Skip to content

Instantly share code, notes, and snippets.

@ugisozols
Created May 5, 2012 18:38
Show Gist options
  • Save ugisozols/2604650 to your computer and use it in GitHub Desktop.
Save ugisozols/2604650 to your computer and use it in GitHub Desktop.
application.css
/* Default error colouring */
/* line 3, ../../../../../core/app/assets/stylesheets/refinery/formatting.css.scss */
article, nav, header, footer, aside, hgroup, section {
display: block;
}
/* line 7, ../../../../../core/app/assets/stylesheets/refinery/formatting.css.scss */
div.fieldWithErrors {
display: inline;
}
/* line 11, ../../../../../core/app/assets/stylesheets/refinery/formatting.css.scss */
#errorExplanation {
border-top: 3px solid #F27F7F;
background: #FFBEBE;
padding: 10px;
}
/* line 17, ../../../../../core/app/assets/stylesheets/refinery/formatting.css.scss */
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
color: #9C2626;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment