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