about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 01:15:29 -0700
committerCase Duckworth2015-03-03 01:15:29 -0700
commitcb41c3594296b5615463d0fcb8859db5c2cab283 (patch)
treef993b1fdd8eba535d0a313ae447864e4c6bbcd6e /css/common.css
parentAdd overline to external links (diff)
downloadautocento-cb41c3594296b5615463d0fcb8859db5c2cab283.tar.gz
autocento-cb41c3594296b5615463d0fcb8859db5c2cab283.zip
Revert 2 previous commits
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css4
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 {
63a.external:visited { 63a.external:visited {
64} 64}
65a.external:hover { 65a.external:hover {
66 text-decoration: underline overline; 66 text-decoration: underline;
67} 67}
68a.external:active { 68a.external:active {
69 text-decoration: underline overline; 69 text-decoration: underline;
70} 70}
71/* }}} */ 71/* }}} */
72/* Images {{{ */ 72/* Images {{{ */