add is_significant attribute to relationships. Closes #33
[scpubgit/stemmaweb.git] / root / css / style.css
index 8e59597..5d55a48 100644 (file)
@@ -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;
+}