Created
November 8, 2011 16:24
-
-
Save shanemcd/1348240 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#wrap{ | |
display: block; | |
position: absolute; | |
height: auto; | |
bottom:0; | |
top:0; | |
left:0; | |
right:0; | |
margin-top:50px; | |
margin-bottom:25px; | |
background-color: #e8f3f3; | |
-moz-box-shadow: | |
0px 1px 3px rgba(000,000,000,0.5), | |
inset 0px 0px 1px rgba(0,0,0,1); | |
-webkit-box-shadow: | |
0px 1px 3px rgba(000,000,000,0.5), | |
inset 0px 0px 1px rgba(0,0,0,1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment