mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#496: Fix display of visited external refs.
This commit is contained in:
parent
8e1ab25984
commit
99a545536b
2
CHANGES
2
CHANGES
@ -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)
|
||||||
|
@ -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 ----------------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user