1
0
Fork 0

Tiny style mod for the property browser

This commit is contained in:
Torsten Dreyer 2015-02-13 11:41:36 +01:00
parent 28091e91a5
commit ba5879a899

View file

@ -49,12 +49,12 @@ body {
padding:0 0.2em 0 0;
}
#breadcrumb li a:link, #breadcrumb li a:visited {
#breadcrumb a:link, #breadcrumb a:visited {
text-decoration: none;
color:#e0e0e0;
}
#breadcrumb li a:hover, #breadcrumb li a:focus {
#breadcrumb a:hover, #breadcrumb a:focus {
text-decoration:underline;
color:#e0e0e0;
}