diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-12-04 08:46:16 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-12-04 08:46:16 +0100 |
commit | 66d7d426aef422521ee4ee6953fb888aac9813da (patch) | |
tree | ef393df1bdc9a46d87ebbaa153295af0ce51338c | |
parent | 8c290c3b917b1683a8f4355019366d45d5ddb42f (diff) |
Better margins
-rw-r--r-- | cgi-bin/css/lxrng.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cgi-bin/css/lxrng.css b/cgi-bin/css/lxrng.css index d4fdadf..d8c18d3 100644 --- a/cgi-bin/css/lxrng.css +++ b/cgi-bin/css/lxrng.css @@ -133,7 +133,7 @@ a.line { top: auto; left: 0px; height: 2ex; - width: 5.5ex; + width: 3em; text-align: right; border: solid; @@ -151,7 +151,7 @@ a.line span { filter: alpha(opacity=10); moz-opacity: .10; opacity: .10; - width: 5.5ex; + width: 3em; } @@ -161,13 +161,13 @@ pre#file_contents li { span.line { position: absolute; - left: 7ex; + left: 4em; color: black; white-space: pre; } pre { - margin-left: 1.5ex; + margin-left: 0.7em; } a img { |