Browse Source

[svn r10469] edit structure

veebie 18 years ago
parent
commit
8ffea25e74
1 changed files with 8 additions and 12 deletions
  1. 8 12
      main/css/default/default.css

+ 8 - 12
main/css/default/default.css

@@ -491,6 +491,13 @@ a.invisible:visited {
  	width: 180px;	
 }
 
+#toolnav img {
+	float: left;
+	width: 25px;
+	height: 25px;
+	margin: 0 4px 0 0;
+}
+
 /* Hide from IE5-mac. Only IE-win sees this. \*/
 * html #toolnav { margin-right: 0px;}
 * html #center { height: 1%; margin-left: 0; }
@@ -552,13 +559,6 @@ this lets the navigation menu appear to the left:
 	text-align: left;
 }
 
-#toolnav img {
-	float: left;
-	width: 25px;
-	height: 25px;
-	margin: 0 4px 0 0;
-}
-
 #toolnavlist a, 
 #toolnavlist a:link {
 	background: #E5EDF9;
@@ -569,11 +569,7 @@ this lets the navigation menu appear to the left:
 	text-decoration: none;
 }
 
-#toolnavlist a:hover {
-	background: #fff;
-	color:#4171b5;
-}
-
+#toolnavlist a:hover,
 #toolnavlist a#here {
 	background: #fff;
 	color:#4171b5;