diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-26 23:50:15 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-26 23:50:15 +0100 |
commit | d4ebc3a51dfe4c0ad70c2a175e46226cb291cfe4 (patch) | |
tree | bb4ccefffe2caf840ee03240ab6f442e9fad76ba /webroot/.static/css | |
parent | 5805d89cb0f2ab7867a8d9689b8c99488b5af8c3 (diff) |
Js and HTML changes to please IE.
Diffstat (limited to 'webroot/.static/css')
-rw-r--r-- | webroot/.static/css/lxrng.css | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/webroot/.static/css/lxrng.css b/webroot/.static/css/lxrng.css index 8b34b90..e5f5417 100644 --- a/webroot/.static/css/lxrng.css +++ b/webroot/.static/css/lxrng.css @@ -146,27 +146,27 @@ span.close-button { margin-right: 3px; } -/* a.line:before { - content: attr(id); -} */ +div#file_contents { + padding-top: 10px; +} pre { - margin-left: 3.8em; + margin-left: 0px; + margin-top: 0px; + margin-bottom: 0px; + padding-top: 0px; + padding-bottom: 0px; } a.line { - position: absolute; - top: auto; - left: 0px; - height: 2ex; - width: 3em; - text-align: right; - padding-right: 3px; - border: solid; border-width: 1px; border-color: #000000; - margin-left: 3px; + margin-left: 0px; + margin-right: 7px; + padding-left: 3px; + padding-right: 3px; + background: #F0F0F0; } @@ -248,7 +248,7 @@ div#content { min-height: 250px; } -div.pending { +pre.pending { background-image: url(../gfx/loading.gif); background-position: top left; background-repeat: repeat-y; |