From 71273d9477b88cca86e6724491c1ea337ee96f05 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 13 Jun 2012 21:27:14 +0200 Subject: switch to pygments - faster than geshi - easier to modify the css because there is only one - geshi upstream seems pretty dead Signed-off-by: Florian Pritz --- data/paste-whitespace.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 data/paste-whitespace.css (limited to 'data/paste-whitespace.css') diff --git a/data/paste-whitespace.css b/data/paste-whitespace.css deleted file mode 100644 index ec7c1e910..000000000 --- a/data/paste-whitespace.css +++ /dev/null @@ -1,13 +0,0 @@ -.whitespace .de1, .whitespace .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.whitespace {font-family:monospace;} -.whitespace .imp {font-weight: bold; color: red;} -.whitespace li, .whitespace .li1 {font-weight: normal; vertical-align:top;} -.whitespace .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.whitespace .li2 {font-weight: bold; vertical-align:top;} -.whitespace .co3 {color: #666666; font-style: italic;} -.whitespace .br0 {color: #66cc66;} -.whitespace .st0 {color: #ff0000;} -.whitespace .re2 {background-color: #FF9999;} -.whitespace .re3 {background-color: #9999FF;} -.whitespace .ln-xtra, .whitespace li.ln-xtra, .whitespace div.ln-xtra {background-color: #ffc;} -.whitespace span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b