From a7d719f220fa79becfae46032f9f5804bc5cd599 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 18 Sep 2013 22:45:12 -0700 Subject: Adding a border to the video images --- web/images/complete.png | Bin 3404 -> 3559 bytes web/style.css | 2 ++ 2 files changed, 2 insertions(+) (limited to 'web') diff --git a/web/images/complete.png b/web/images/complete.png index ef4909a..780be45 100644 Binary files a/web/images/complete.png and b/web/images/complete.png differ 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 { -- cgit v1.2.3