catch rendering exceptions
[grauphel.git] / grauphel.css
index 571e5800fc93a9a9fcf84a9451cf6d8b85ff55dd..0cddce6fe6b165daa868e30f906ecbb26160c919 100644 (file)
@@ -35,6 +35,9 @@
     padding: 1ex;
     font-family: monospace;
 }
     padding: 1ex;
     font-family: monospace;
 }
+.app-grauphel #app-content blockquote {
+    margin-left: 2ex;
+}
 
 .app-grauphel #app-content ul {
     list-style-type: disc;
 
 .app-grauphel #app-content ul {
     list-style-type: disc;
@@ -53,6 +56,9 @@
 .app-grauphel #app-content .success {
     color: green;
 }
 .app-grauphel #app-content .success {
     color: green;
 }
+.app-grauphel #app-content .error a {
+    color: red !important;
+}
 
 .app-grauphel #app-content .actions {
     float: right;
 
 .app-grauphel #app-content .actions {
     float: right;