#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 */
|
/* Links and Images */
|
||||||
a {
|
a {
|
||||||
color:#41829F;
|
color:#41829F;
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
border:none;
|
border:none;
|
||||||
|
Loading…
Reference in New Issue
Block a user