diff options
author | Case Duckworth | 2015-03-03 01:15:29 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-03 01:15:29 -0700 |
commit | cb41c3594296b5615463d0fcb8859db5c2cab283 (patch) | |
tree | f993b1fdd8eba535d0a313ae447864e4c6bbcd6e /css | |
parent | Add overline to external links (diff) | |
download | autocento-cb41c3594296b5615463d0fcb8859db5c2cab283.tar.gz autocento-cb41c3594296b5615463d0fcb8859db5c2cab283.zip |
Revert 2 previous commits
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 {{{ */ |