CSS: Add font-size and line-height to a

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 12:57:42 +02:00
parent b3d435a85d
commit 33816c9abe

View File

@ -10,7 +10,9 @@ html {
a {
color: @link-color;
font-size: @font-size;
font-weight: @font-weight-bold;
line-height: @line-height;
text-decoration: none;
&:hover {