summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/all.css
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/themes/metallic/all.css')
-rw-r--r--usr/local/www/themes/metallic/all.css8
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;
OpenPOWER on IntegriCloud