summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-01-22 17:21:09 +0100
committervarac <varacanero@zeromail.org>2014-01-22 17:21:09 +0100
commite687ec5a65013aeaf4b62f7a2b6e685306d79fdf (patch)
treee88400fd8c13559385d0396133821d1036c470d7
parent9fcc90661f1016e9698a9a72ae1c3ebd05166224 (diff)
make the border 0 on line 86 in custom.css
-rw-r--r--overview/custom.css2
1 files changed, 1 insertions, 1 deletions
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;