diff options
-rw-r--r-- | usr/local/www/themes/code-red/all.css | 7 | ||||
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 8 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 7 | ||||
-rw-r--r-- | usr/local/www/themes/the_wall/all.css | 7 |
4 files changed, 8 insertions, 21 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css index a68d44d..81efac7 100644 --- a/usr/local/www/themes/code-red/all.css +++ b/usr/local/www/themes/code-red/all.css @@ -1,6 +1,6 @@ /* Element CSS Definitions */ html, body, td, th, input, select { - font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-family: Tahoma, sans-serif; font-size: 0.9em; } @@ -351,12 +351,9 @@ table#marquee div#container div#scroller { /* Style the List */ #navigation { - /* background: url('images/menu.gif') no-repeat; */ - /* width: 693px; */ position: relative; top: -35px; left: 3px; - width: 810px; padding: 0px; height: 28px; z-index: 3; @@ -376,7 +373,7 @@ table#marquee div#container div#scroller { #navigation ul li { float: left; position: relative; - width: 6.2em; + width: 80px; } #navigation ul li div { font-size: 1em; diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 47b6b98..e1a49d6 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -1,6 +1,6 @@ /* Element CSS Definitions */ html, body, td, th, input, select { - font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-family: Tahoma, sans-serif; font-size: 0.9em; } @@ -334,12 +334,9 @@ table#marquee div#container div#scroller { /* Style the List */ #navigation { - /* background: url('images/menu.gif') no-repeat; */ - /* width: 693px; */ position: relative; top: -24px; left: -4px; - width: 800px; padding: 0px; height: 28px; z-index: 3; @@ -359,8 +356,7 @@ table#marquee div#container div#scroller { #navigation ul li { float: left; position: relative; - /* width: 7.5em; */ - width: 6.2em; + width: 80px; } #navigation ul li div { font-size: 1em; diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 541861a..d66e36c 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -1,6 +1,6 @@ /* Element CSS Definitions */ html, body, td, th, input, select { - font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-family: Tahoma, sans-serif; font-size: 0.9em; } @@ -357,12 +357,9 @@ table#marquee div#container div#scroller { /* Style the List */ #navigation { - /* background: url('images/menu.gif') no-repeat; */ - /* width: 693px; */ position: relative; top: -25px; left: 3px; - width: 810px; padding: 0px; height: 28px; z-index: 3; @@ -382,7 +379,7 @@ table#marquee div#container div#scroller { #navigation ul li { float: left; position: relative; - width: 6.2em; + width: 80px; } #navigation ul li div { font-size: 1em; diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index 60404d7..cb90972 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -1,6 +1,6 @@ /* Element CSS Definitions */ html, body, td, th, input, select { - font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-family: Tahoma, sans-serif; font-size: 0.9em; } @@ -359,12 +359,9 @@ table#marquee div#container div#scroller { /* Style the List */ #navigation { - /* background: url('images/menu.gif') no-repeat; */ - /* width: 693px; */ position: relative; top: -25px; left: 3px; - width: 810px; padding: 0px; height: 28px; z-index: 3; @@ -384,7 +381,7 @@ table#marquee div#container div#scroller { #navigation ul li { float: left; position: relative; - width: 6.2em; + width: 80px; } #navigation ul li div { font-size: 1em; |