diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-18 22:45:12 -0700 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-18 22:45:12 -0700 | 
| commit | a7d719f220fa79becfae46032f9f5804bc5cd599 (patch) | |
| tree | 10bbafeacd3edf4907917d2e1f9fe54771aa53a4 /web | |
| parent | 7f1f9f25c138532a8a2f3a10b57f386e13927ab3 (diff) | |
Adding a border to the video images
Diffstat (limited to 'web')
| -rw-r--r-- | web/images/complete.png | bin | 3404 -> 3559 bytes | |||
| -rw-r--r-- | web/style.css | 2 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/web/images/complete.png b/web/images/complete.png Binary files differindex ef4909a..780be45 100644 --- a/web/images/complete.png +++ b/web/images/complete.png diff --git a/web/style.css b/web/style.css index a718dd2..678bdc0 100644 --- a/web/style.css +++ b/web/style.css @@ -278,6 +278,8 @@ footer a:hover {      position: relative;      display: block;      margin-bottom: 0.5em; +    border: solid thin black; +    border-radius: 10px;  }  #videos .image.completed a:before {  | 
