diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-06-13 21:27:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-16 16:31:28 +0200 |
commit | 71273d9477b88cca86e6724491c1ea337ee96f05 (patch) | |
tree | b5b0d73085775d9aacae2871a0d57faa99ea72ca /data/paste-whitespace.css | |
parent | 789ffb00e6d25af4409d26dce04d211e365f2d58 (diff) |
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 <bluewind@xinu.at>
Diffstat (limited to 'data/paste-whitespace.css')
-rw-r--r-- | data/paste-whitespace.css | 13 |
1 files changed, 0 insertions, 13 deletions
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; } |