From 36f0185d8c950933099268c69081cabc084545c9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 15 Oct 2012 23:38:44 +0200 Subject: Fall back to plain text if lexer is unknown/broken Signed-off-by: Florian Pritz --- data/paste.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/paste.css') diff --git a/data/paste.css b/data/paste.css index c8f165a75..925f432d4 100644 --- a/data/paste.css +++ b/data/paste.css @@ -83,6 +83,12 @@ a.no { a.raw_link { color: lightblue; } + +.error { + padding: 10px 20px; + background: #fcc; +} + .hll { background-color: #ffffcc } .c { color: #408080; font-style: italic } /* Comment */ .err { border: 1px solid #FF0000 } /* Error */ -- cgit v1.2.3-24-g4f1b