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-diff.css | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 data/paste-diff.css (limited to 'data/paste-diff.css') diff --git a/data/paste-diff.css b/data/paste-diff.css deleted file mode 100644 index 01b48d656..000000000 --- a/data/paste-diff.css +++ /dev/null @@ -1,19 +0,0 @@ -.diff .de1, .diff .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.diff {font-family:monospace;} -.diff .imp {font-weight: bold; color: red;} -.diff li, .diff .li1 {font-weight: normal; vertical-align:top;} -.diff .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.diff .li2 {font-weight: bold; vertical-align:top;} -.diff .kw1 {color: #aaaaaa; font-style: italic;} -.diff .re0 {color: #440088;} -.diff .re1 {color: #991111;} -.diff .re2 {color: #00b000;} -.diff .re3 {color: #888822;} -.diff .re4 {color: #888822;} -.diff .re5 {color: #0011dd;} -.diff .re6 {color: #440088;} -.diff .re7 {color: #991111;} -.diff .re8 {color: #00b000;} -.diff .re9 {color: #888822;} -.diff .ln-xtra, .diff li.ln-xtra, .diff div.ln-xtra {background-color: #ffc;} -.diff span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b