templates/macros: expand CSS for links

master
Felix Stupp 3 years ago
parent 1bca3104bd
commit f7c907b5a2
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -5,10 +5,18 @@
padding: .2em;
border: solid black 1px;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.button {
padding: .1rem .2rem;
margin: 0 .1rem;

Loading…
Cancel
Save