generators/kitsune/templates/stylesheets/global.css in kitsune-0.0.16 vs generators/kitsune/templates/stylesheets/global.css in kitsune-0.0.17
- old
+ new
@@ -305,9 +305,13 @@
#header h1 a {
text-decoration: none;
color: #fff;
}
+#flash_messages {padding:0px;}
+ .flash_notice {background:green; padding:5px; color:white;}
+ .flash_error {background:red; padding:5px; color:white;}
+
.kitsune_container {
background:url('/images/kitsune/content-bg.gif') repeat-x left top;
padding-top: 20px;
position: relative;
width: 100%;
\ No newline at end of file