move messages to the min+ plugin

This commit is contained in:
Owen Versteeg 2014-02-16 13:02:07 -05:00
parent d1056d99e2
commit 742f156c7d

View file

@ -1,16 +0,0 @@
message {
display: block;
padding: 2em;
background: #def;
border-left: 5px solid #44e;
}
.warning {
border-color: #e44;
background: #fdd;
}
.great {
border-color: #2d2;
background: #dfd;
}