From e687ec5a65013aeaf4b62f7a2b6e685306d79fdf Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 22 Jan 2014 17:21:09 +0100 Subject: make the border 0 on line 86 in custom.css --- overview/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/custom.css b/overview/custom.css index 9a2f7c6..c2deb35 100644 --- a/overview/custom.css +++ b/overview/custom.css @@ -83,7 +83,7 @@ body { .reveal section img { margin: 15px 0px; background: rgba(255, 255, 255, 0.12); - border: 4px solid #eeeeee; + border: 0px solid #eeeeee; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -- cgit v1.2.3