]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
box-shadow prefixless does not have an hyphen in front of it. 4/head
authorDivya Manian <divya.manian@gmail.com>
Sat, 15 Oct 2011 04:35:07 +0000 (10:05 +0530)
committerDivya Manian <divya.manian@gmail.com>
Sat, 15 Oct 2011 04:35:07 +0000 (10:05 +0530)
public/src/stylesheets/reveal.css

index ed9c65a6a4b9276954f7edd7c045779f41ec5558..65084e4cdc5c5267e9c748ef6de6bf825e0142e1 100644 (file)
@@ -29,7 +29,7 @@
                border-radius: 5px;
                -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
                -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-               -box-shadow: 0 0 10px rgba(0,0,0,.4);
+               box-shadow: 0 0 10px rgba(0,0,0,.4);
                }
                
        .reveal-modal.small             { width: 200px; margin-left: -140px;}