diff options
author | francis <francis> | 2009-09-09 14:41:05 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-09 14:41:05 +0000 |
commit | fa4a50183e1e6b5d48818af56be35803e3c64b10 (patch) | |
tree | 504ae24e7be60ee84b7c255fee5d97dc56925a00 | |
parent | 66267862032c490a902a6eff526d16d732e457e8 (diff) |
Smaller logo for HTML conversion pages.
-rw-r--r-- | public/images/navimg/logo-trans-small.png | bin | 0 -> 4445 bytes | |||
-rw-r--r-- | public/stylesheets/main.css | 17 |
2 files changed, 11 insertions, 6 deletions
diff --git a/public/images/navimg/logo-trans-small.png b/public/images/navimg/logo-trans-small.png Binary files differnew file mode 100644 index 000000000..fde1d1e51 --- /dev/null +++ b/public/images/navimg/logo-trans-small.png diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 93430fe52..0e0d1200c 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -37,13 +37,12 @@ body height: 55px; width: 500px; z-index: 150; - text-align: left; + text-align: left; } #header h1 { font-size: 0.8em; - line-height: 0em; - + line-height: 0em; } #header h1 a @@ -788,14 +787,20 @@ a img.attachment_image { max-width: 50em; } -.view_html_download_link { - float: right; -} .view_html_prefix { text-align: left; background-color: #E7E7E7; border-bottom: 1px solid #5f5f5f; padding: 0.5em 1em 0.5em 1em; + height: 34px; +} +.view_html_logo { + float: left; + margin-right: 1em; +} +.view_html_download_link { + float: right; + margin-left: 1em; } /*------------------------------------------------ authority listings */ |