Browse Source

Unify link style

master
Stephan Bösch-Plepelits 7 years ago
parent
commit
ae1da77812
  1. 8
      src/category.css
  2. 15
      style.css

8
src/category.css

@ -75,14 +75,6 @@
line-height: 10px; line-height: 10px;
color: #7f7f7f; color: #7f7f7f;
} }
.category header > a {
text-decoration: none;
color: black;
}
.category header > a:active,
.category header > a:hover {
text-decoration: underline;
}
.category header > a.reload { .category header > a.reload {
float: right; float: right;
} }

15
style.css

@ -8,6 +8,14 @@ body {
font-size: 11px; font-size: 11px;
color:#333; color:#333;
} }
a {
text-decoration: none;
color: black;
}
a:hover,
a:active {
text-decoration: underline;
}
#sidebar { #sidebar {
top: 0px; top: 0px;
@ -116,13 +124,6 @@ a.showDetails {
#menu li { #menu li {
display: inline-block; display: inline-block;
} }
#menu a {
text-decoration: none;
color: black;
}
#menu a:hover {
text-decoration: underline;
}
#menu li::after { #menu li::after {
content: ' |'; content: ' |';
} }

Loading…
Cancel
Save