added a.active class to the template css

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-14 18:07:15 +01:00
parent 491ac02c0d
commit 40dbf85f77
2 changed files with 8 additions and 0 deletions

View File

@@ -395,6 +395,10 @@ a:hover {
text-decoration: underline;
}
a.active {
font-weight: bold;
}
.infotext {
font-size: 11px;
}

View File

@@ -488,6 +488,10 @@ a:hover {
text-decoration:underline;
}
a.active {
font-weight: bold;
}
.infotext {
font-size:11px;
}