#496: Fix display of visited external refs.

This commit is contained in:
Georg Brandl 2010-08-23 15:23:08 +00:00
parent 8e1ab25984
commit 99a545536b
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Release 1.0.3 (in development)
* #510: Fix inheritance diagrams for classes that are not picklable. * #510: Fix inheritance diagrams for classes that are not picklable.
* #502, #503: Fix small layout bugs in agogo and haiku themes. * #502, #503, #496: Fix small layout bugs in several builtin themes.
Release 1.0.2 (Aug 14, 2010) Release 1.0.2 (Aug 14, 2010)

View File

@ -174,6 +174,11 @@ a.external:hover {
text-decoration: none; text-decoration: none;
border-bottom: none; border-bottom: none;
} }
a.external:visited {
text-decoration: none;
border-bottom: 1px dashed {{ theme_visitedlinkcolor }};
}
{% endif %} {% endif %}
/* -- body styles ----------------------------------------------------------- */ /* -- body styles ----------------------------------------------------------- */