Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chirantan/475078 to your computer and use it in GitHub Desktop.
Save chirantan/475078 to your computer and use it in GitHub Desktop.
Error styling
#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