#232: Removed spaces from links via CSS.

This commit is contained in:
Emanuel Schuetze 2012-07-13 15:59:58 +02:00
parent 88cb44e0c3
commit c8eb4d26d9

View File

@ -268,10 +268,11 @@ table tr.emptyline, table tr.emptyline td, table tr.emptyline td:hover {
/* Links and Images */
a {
color:#41829F;
text-decoration: none
text-decoration: none;
display: inline-block;
}
a:hover {
text-decoration: underline
text-decoration: underline;
}
img {
border:none;