diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-11 12:49:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-11 12:49:53 +0000 |
commit | 13ffd8956826fec3cd9978edf73ef67d9eb8d46e (patch) | |
tree | d2071a431dcf6c80c7ce3ee4b3651df64f4ac40b | |
parent | ccd20686e0b86931c584878e5ccc5abbe2a6e5be (diff) | |
download | brdo-13ffd8956826fec3cd9978edf73ef67d9eb8d46e.tar.gz brdo-13ffd8956826fec3cd9978edf73ef67d9eb8d46e.tar.bz2 |
- More little tweaks. Looks like the links no longer right align on IE.
Sigh. Thoughts?
-rw-r--r-- | themes/xtemplate/xtemplate.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index b47057db2..75b7d7b80 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -55,10 +55,11 @@ img { float: left; } .menu #primary { - padding-top: 15px; + padding: 5px 10px 5px 0px; position: absolute; text-align: right; - font-size: 1.1em; + font-size: 1.0em; + float: right; color: #9cf; left: 225px; } @@ -67,9 +68,11 @@ img { color: #fff; } .menu #secondary { + padding: 0px 10px 5px 0px; position: absolute; text-align: right; - font-size: 0.9em; + font-size: 0.8em; + float: right; color: #9cf; left: 225px; } |