X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstyle.css;h=5d55a48c796df42296c09803ea56c37251454187;hb=e4bdf6606498d358c80e45b8cee69250b3bee6d3;hp=8e595973d61b0ce1142f71868579efb9c7f24dd8;hpb=9e967b6dfd7f4c86d7ba2ea32dc952eece376b44;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/style.css b/root/css/style.css index 8e59597..5d55a48 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -122,7 +122,6 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { margin-top: 15px; } #docco { - background-color: #edf1fa; padding: 30px; } .mainnav { @@ -137,4 +136,11 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { color: #ffffff; text-decoration: underline; } - +.error { + font-weight: bold; + color: #ff3333; +} +.notification { + font-weight: bold; + color: #33ff33; +}