diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-18 07:04:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-18 07:04:35 +0000 |
commit | 3cf333228d57c3009989eb455712027429f9c339 (patch) | |
tree | 1d81c9da8b249f13d4a5c52b5149583943f022a4 /usr/local/www/themes | |
parent | 64e3b8a6d915c2ff91f2b7d0dbb64e9ca4da4569 (diff) | |
download | pfsense-3cf333228d57c3009989eb455712027429f9c339.zip pfsense-3cf333228d57c3009989eb455712027429f9c339.tar.gz |
MFC 8509
fix css parsing errors
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index f1954ea..1b0827a 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -133,7 +133,7 @@ span#marquee-container { div#marquee-text { font-size: 1.18em; font-weight: bold; - font: Verdana; + font-family: Verdana; } table#marquee div#container { position: relative; @@ -261,10 +261,10 @@ table#marquee div#container div#scroller { /* nested side drop menus within listed elements */ #navigation ul li:hover ul { display: block; - cursor: hand; + cursor: pointer; } #navigation ul li:hover { - cursor: hand; + cursor: pointer; cursor: pointer; } #navigation ul li:hover div { @@ -671,7 +671,7 @@ ul#tabnav li.tabact { /* Auto Complete Suggestions */ div.suggestions { -moz-box-sizing: border-box; - box-sizing: border-box; + /* box-sizing: border-box; */ border: 1px solid black; position: absolute; background-color: #990000; |