#232: Removed spaces from links via CSS.
This commit is contained in:
parent
88cb44e0c3
commit
c8eb4d26d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user