diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-08-16 16:24:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-16 16:31:32 +0200 |
commit | ca012157e0cbdab743a94ece0a77c6c3921070ef (patch) | |
tree | c52cfd3a77362b9fbde72bc601394afe6b6adfb4 /data | |
parent | 71273d9477b88cca86e6724491c1ea337ee96f05 (diff) |
remove 'class="no"' from highlit html
No need to repeat that for every line.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r-- | data/paste.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css index 6a9e60eda..c8f165a75 100644 --- a/data/paste.css +++ b/data/paste.css @@ -9,11 +9,13 @@ body { padding-right:4px; left:0; color: gray; + text-decoration: none; } .numbers a:target { background: yellow; } + div#highlight_line { background: yellow; display: inline; |