Skip to content

Commit

Permalink
updated breadcrumbs hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Fismen committed Jan 19, 2009
1 parent 16e1068 commit 5626684
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions root/static/themes/default/theme.css
Expand Up @@ -59,10 +59,12 @@ body {
}
#breadcrumbs a:hover {
color: #ffffff;
background-color: #7D7C7A;
background-color: #33455c;
text-decoration: none;
border: 1px solid #8d8c8a;
padding: 1px 6px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}

div#toplinks {
Expand Down

0 comments on commit 5626684

Please sign in to comment.