diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-05-04 01:17:39 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-05-04 01:17:39 +0000 |
| commit | 0910d444f108a32dc890fa5dabb401023a6a4505 (patch) | |
| tree | dfb7f0fabb843e45e0755f984fd77ccd1b49597b | |
| parent | 961ce9faa675c5af89b4dc059234d04b2b02fcf6 (diff) | |
Tweaks to header CSS that were causing problems at 800x600
| -rw-r--r-- | css/site.css | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/css/site.css b/css/site.css index 03a3b26..e18b7ec 100644 --- a/css/site.css +++ b/css/site.css @@ -78,9 +78,9 @@ a:hover.whiteLink { #headerRight { position: absolute; height: 55px; - text-align: center; + text-align: right; right: 1%; - /*width: 10%;*/ + width: 20em; top: 0; padding-top: 5px; padding-left: 1ex; @@ -103,7 +103,7 @@ a:hover.whiteLink { font-weight: bold; color: #ffffff; padding-left: 2ex; - width: 39%; + width: 49%; top: 0; } @@ -139,14 +139,14 @@ a:hover.whiteLink { #loginLeft { float: left; - text-align: right; + text-align: right; margin-right: 1em; } #systemMsgs { position: absolute; - width: 59%; - margin-left: 40%; + width: 49%; + margin-left: 50%; top: 0; height: 20px; font-size: 8pt; @@ -163,12 +163,6 @@ a:hover.whiteLink { #middleData { margin: 1ex 3ex 1ex 3ex; - /* - background-image: url("../images/grey_mouse_lemur_trans.png"); - background-repeat: no-repeat; - background-color: transparent; - background-position: center center; - */ } #rightData { |
