Created
July 21, 2014 21:22
-
-
Save baroquon/1e5a19534220a264b068 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
#error_explanation.alert-error{ | |
background: #f2dede; | |
background-color: #f2dede; | |
border: 1px solid #eed3d7; | |
color: #b94a48; | |
padding: 8px 35px 8px 14px; | |
margin: 0 0 20px; | |
} | |
#error_explanation.alert-error li{ | |
font-size: 12px; | |
text-align: left; | |
color: #b94a48; | |
list-style-type: disc; | |
margin: 0 0 5px 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment