Skip to content

Commit

Permalink
Merge pull request foundation#4 from nimbupani/patch-1
Browse files Browse the repository at this point in the history
Removing an errant hyphen from box-shadow declaration
  • Loading branch information
Jonathan Smiley committed Oct 15, 2011
2 parents 8d27d32 + fbae749 commit 2522fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/stylesheets/reveal.css
Expand Up @@ -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;}
Expand Down

0 comments on commit 2522fe2

Please sign in to comment.