about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 01:13:48 -0700
committerCase Duckworth2015-03-03 01:13:48 -0700
commit9352fd3013851aefb4e3982b16c0fea4b1dc949a (patch)
treec6668ddcc9d33f4d4492313b7f9e322b43a19ee1
parentAdd external link css to links (diff)
downloadautocento-9352fd3013851aefb4e3982b16c0fea4b1dc949a.tar.gz
autocento-9352fd3013851aefb4e3982b16c0fea4b1dc949a.zip
Add overline to external links
-rw-r--r--css/common.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/css/common.css b/css/common.css index 7957538..501f22c 100644 --- a/css/common.css +++ b/css/common.css
@@ -58,20 +58,15 @@ a:active {
58} 58}
59/* External Links */ 59/* External Links */
60a.external:link { 60a.external:link {
61 color: inherit;
62 text-decoration: underline; 61 text-decoration: underline;
63 text-decoration-style: double;
64} 62}
65a.external:visited { 63a.external:visited {
66 color: inherit;
67} 64}
68a.external:hover { 65a.external:hover {
69 text-decoration: underline; 66 text-decoration: underline overline;
70 text-decoration-style: double;
71} 67}
72a.external:active { 68a.external:active {
73 text-decoration: underline; 69 text-decoration: underline overline;
74 text-decoration-style: double;
75} 70}
76/* }}} */ 71/* }}} */
77/* Images {{{ */ 72/* Images {{{ */