diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index 501f22c..b9e32de 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -63,10 +63,10 @@ a.external:link { | |||
63 | a.external:visited { | 63 | a.external:visited { |
64 | } | 64 | } |
65 | a.external:hover { | 65 | a.external:hover { |
66 | text-decoration: underline overline; | 66 | text-decoration: underline; |
67 | } | 67 | } |
68 | a.external:active { | 68 | a.external:active { |
69 | text-decoration: underline overline; | 69 | text-decoration: underline; |
70 | } | 70 | } |
71 | /* }}} */ | 71 | /* }}} */ |
72 | /* Images {{{ */ | 72 | /* Images {{{ */ |