aboutsummaryrefslogtreecommitdiff
path: root/grauphel.css
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-28 07:40:36 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-10-28 07:40:36 +0100
commit272bb16b2d434090008d0759e10ff28bab96cb51 (patch)
tree2bf6a867714bc0d8888d30f5053281a21f646c0b /grauphel.css
parent0c9b45d210a5d94b3ba219e32b73233a5a795f61 (diff)
downloadgrauphel-272bb16b2d434090008d0759e10ff28bab96cb51.tar.gz
grauphel-272bb16b2d434090008d0759e10ff28bab96cb51.zip
catch rendering exceptions
Diffstat (limited to 'grauphel.css')
-rw-r--r--grauphel.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/grauphel.css b/grauphel.css
index 571e580..0cddce6 100644
--- a/grauphel.css
+++ b/grauphel.css
@@ -35,6 +35,9 @@
padding: 1ex;
font-family: monospace;
}
+.app-grauphel #app-content blockquote {
+ margin-left: 2ex;
+}
.app-grauphel #app-content ul {
list-style-type: disc;
@@ -53,6 +56,9 @@
.app-grauphel #app-content .success {
color: green;
}
+.app-grauphel #app-content .error a {
+ color: red !important;
+}
.app-grauphel #app-content .actions {
float: right;