diff --git a/web/static/css/main.css b/web/static/css/main.css index 5dc9dd8..9f9abbb 100644 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -17,6 +17,10 @@ a { text-decoration: none; } +abbr { + text-decoration: none; +} + header#header { width:100%; display: inline-block; diff --git a/web/templates/base.html b/web/templates/base.html index ebc4931..f271edd 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -27,7 +27,14 @@