Created
July 14, 2010 05:42
-
-
Save chirantan/475078 to your computer and use it in GitHub Desktop.
Error styling
This file contains hidden or 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
#content div.errorExplanation { | |
background:none repeat scroll 0 0 #FBDDDD; | |
float:left; | |
margin:0 0 10px; | |
padding:10px 0; | |
width:100%; | |
} | |
#content div.errorExplanation h2 { | |
color:#B24040; | |
font-size:15px; | |
font-weight:bold; | |
margin-bottom:5px; | |
padding:0 10px; | |
} | |
#content div.errorExplanation p { | |
margin-bottom:10px; | |
margin-top:0; | |
padding:0 10px; | |
} | |
#content div.errorExplanation ul { | |
margin:0 0 0 25px; | |
} | |
#content .errorExplanation ul li { | |
list-style-type:disc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment