From 3cf333228d57c3009989eb455712027429f9c339 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Dec 2005 07:04:35 +0000 Subject: MFC 8509 fix css parsing errors --- usr/local/www/themes/metallic/all.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/local/www/themes/metallic/all.css') 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; -- cgit v1.1