summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-09-30 17:02:19 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-09-30 17:02:19 +0200
commitda4df73ad770c30b2e6c5d2606e11ed7dc291cd0 (patch)
tree573fc9f5a8dbbbd8939592e6ba55fe009a0056e3 /data
parentf8d5e386ca303c14881d32b43807dafdc685909f (diff)
highlight complete line; not only line number
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r--data/paste.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css
index 2a5ce55f7..f511c54fe 100644
--- a/data/paste.css
+++ b/data/paste.css
@@ -14,6 +14,15 @@ body {
.numbers a:target {
background: yellow;
}
+div#highlight_line {
+ background: yellow;
+ display: inline;
+ position: absolute;
+ z-index: -1;
+ left: 0;
+ width: 100%;
+
+}
.content {
padding-left:3px;