summaryrefslogtreecommitdiff
path: root/sphinx/themes/default
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-23 15:23:08 +0000
committerGeorg Brandl <georg@python.org>2010-08-23 15:23:08 +0000
commite39404f7a0e21e4d4ee2140edb4bf13f951e310e (patch)
tree253feee633af6f1fca00ba15c34c761b1ea5f324 /sphinx/themes/default
parentd1b7bdffcc263efe968b3d84e7916f4df365d1a2 (diff)
downloadsphinx-e39404f7a0e21e4d4ee2140edb4bf13f951e310e.tar.gz
#496: Fix display of visited external refs.
Diffstat (limited to 'sphinx/themes/default')
-rw-r--r--sphinx/themes/default/static/default.css_t5
1 files changed, 5 insertions, 0 deletions
diff --git a/sphinx/themes/default/static/default.css_t b/sphinx/themes/default/static/default.css_t
index f200a0fe..8efe7543 100644
--- a/sphinx/themes/default/static/default.css_t
+++ b/sphinx/themes/default/static/default.css_t
@@ -174,6 +174,11 @@ a.external:hover {
text-decoration: none;
border-bottom: none;
}
+
+a.external:visited {
+ text-decoration: none;
+ border-bottom: 1px dashed {{ theme_visitedlinkcolor }};
+}
{% endif %}
/* -- body styles ----------------------------------------------------------- */