Fix message and notice styles.

This commit is contained in:
Matthew Mongeau
2012-07-18 12:57:54 -04:00
parent 73df314159
commit 519a744f22

View File

@@ -115,7 +115,7 @@
padding: 12px;
}
.activation-message, .message, .notice {
.notice {
background: $yellow;
border: 1px solid darken($yellow, 60%);
color: darken($yellow, 60%);
@@ -124,7 +124,7 @@
padding: 12px;
}
.activation-message {
.activation-message, .message {
padding: 0 40px 10px;
p {