Updated Branches: refs/heads/5.3 aac42f1fd -> d53e4b0e3
Fixed TAP5-2041 (Links within subheadings are invisible on Javadoc pages) Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/d53e4b0e Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/d53e4b0e Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/d53e4b0e Branch: refs/heads/5.3 Commit: d53e4b0e32448b7fb28d7bd13ca8c22dac39a188 Parents: aac42f1 Author: bharner <[email protected]> Authored: Sun Jan 13 09:54:15 2013 -0500 Committer: bharner <[email protected]> Committed: Tue Jan 15 19:41:16 2013 -0500 ---------------------------------------------------------------------- src/javadoc/stylesheet.css | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d53e4b0e/src/javadoc/stylesheet.css ---------------------------------------------------------------------- diff --git a/src/javadoc/stylesheet.css b/src/javadoc/stylesheet.css index f478c88..01551bd 100644 --- a/src/javadoc/stylesheet.css +++ b/src/javadoc/stylesheet.css @@ -107,6 +107,17 @@ body > dt > b background: #f7ffee; } +.TableSubHeadingColor a +{ + color: white; + text-decoration: underline; +} +.TableSubHeadingColor a:hover +{ + color: white; + text-decoration: underline; +} + .TableRowColor { background: #fff;
