diff options
-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 */ |