diff options
| -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 { |
