Author: desruisseaux
Date: Mon Feb 2 16:14:01 2015
New Revision: 1656508
URL: http://svn.apache.org/r1656508
Log:
More accurate for the style change.
Modified:
sis/branches/JDK8/src/main/javadoc/stylesheet.css
Modified: sis/branches/JDK8/src/main/javadoc/stylesheet.css
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/src/main/javadoc/stylesheet.css?rev=1656508&r1=1656507&r2=1656508&view=diff
==============================================================================
--- sis/branches/JDK8/src/main/javadoc/stylesheet.css (original)
+++ sis/branches/JDK8/src/main/javadoc/stylesheet.css Mon Feb 2 16:14:01 2015
@@ -218,6 +218,6 @@ div.block pre, code, tt, dt code, table
* JDK style uses bold characters for the left column, which contains the
class and
* package names. But we do not want those bold characters to apply to the
descriptions.
*/
-td.colLast a:link {
+td.colLast div.block a:link {
font-weight: normal;
}