Added the .warn class in the CSS

This commit is contained in:
Paul van Tilburg 2012-01-03 17:39:21 +01:00
parent ea5884f97a
commit c51686fd7f
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
$light-grey: #efefef
$medium-grey: #cfcfcf
$dark-grey: #9f9f9f
$light-red: #cb0000
$dark-red: #990000
/* General classes */
@ -24,6 +25,10 @@ $dark-red: #990000
.indent
padding-left: 20px
.warn
font-weight: bold
color: $light-red
/* Basic elements */
a
text-decoration: none