From 272bb16b2d434090008d0759e10ff28bab96cb51 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 28 Oct 2014 07:40:36 +0100 Subject: catch rendering exceptions --- grauphel.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'grauphel.css') 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; -- cgit v1.2.3