diff --git a/server/templates/macros.htm b/server/templates/macros.htm index bea2e47..3c7e149 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -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;