diff options
| author | Georg Brandl <georg@python.org> | 2010-08-23 15:23:08 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-23 15:23:08 +0000 |
| commit | e39404f7a0e21e4d4ee2140edb4bf13f951e310e (patch) | |
| tree | 253feee633af6f1fca00ba15c34c761b1ea5f324 /sphinx/themes/default | |
| parent | d1b7bdffcc263efe968b3d84e7916f4df365d1a2 (diff) | |
| download | sphinx-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_t | 5 |
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 ----------------------------------------------------------- */ |
