diff options
Diffstat (limited to 'data/paste.css')
-rw-r--r-- | data/paste.css | 9 |
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; |