diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-12 22:53:01 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-12 22:53:01 +0100 |
commit | cd93fa83ba632588b357b190f47809205b9a5d91 (patch) | |
tree | a597c4c6fb8e07584fd81553b84a543eebb8a86f /webroot/.static/css | |
parent | 31ad80f533166802520e018d0511c2f18b15db71 (diff) |
Change line number layout and caching mechanism.
Diffstat (limited to 'webroot/.static/css')
-rw-r--r-- | webroot/.static/css/lxrng.css | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/webroot/.static/css/lxrng.css b/webroot/.static/css/lxrng.css index f5d84c0..3b6ff2b 100644 --- a/webroot/.static/css/lxrng.css +++ b/webroot/.static/css/lxrng.css @@ -150,6 +150,10 @@ span.close-button { content: attr(id); } */ +pre { + margin-left: 3.8em; +} + a.line { position: absolute; top: auto; @@ -157,39 +161,13 @@ a.line { height: 2ex; width: 3em; text-align: right; + padding-right: 3px; border: solid; border-width: 1px; border-color: #000000; margin-left: 3px; -} - -a.line span { - position: absolute; - top: auto; - height: 2ex; - left: 0px; - background: #6c6c6c; - filter: alpha(opacity=10); - moz-opacity: .10; - opacity: .10; - width: 3em; -} - - -pre#file_contents li { - color: blue; -} - -span.line { - position: absolute; - left: 4em; - color: black; - white-space: pre; -} - -pre { - margin-left: 0.7em; + background: #F0F0F0; } a img { |