[svn r10469] edit structure

skala
veebie 19 years ago
parent 8073c263ab
commit 8ffea25e74
  1. 20
      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;

Loading…
Cancel
Save