Skip to content

Commit

Permalink
Fix box shadow declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed May 25, 2011
1 parent 918d4c2 commit c5bbc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reveal.css
Original file line number Diff line number Diff line change
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 c5bbc26

Please sign in to comment.