diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3b2b8475d..5a7142a24 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -15,6 +15,9 @@ body { margin: 0px; } +abbr { + border-bottom: none; +} a, a:visited, a:link { color: #3465a4; text-decoration: none; } a:hover {text-decoration: underline; } |