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/style.css | |
parent | 7f1f9f25c138532a8a2f3a10b57f386e13927ab3 (diff) |
Adding a border to the video images
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |