[richfaces-svn-commits] JBoss Rich Faces SVN: r12078 - trunk/docs/common-resources/en/src/main/css.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 30 12:05:10 EST 2008
Author: artdaw
Date: 2008-12-30 12:05:10 -0500 (Tue, 30 Dec 2008)
New Revision: 12078
Modified:
trunk/docs/common-resources/en/src/main/css/html-common.css
Log:
https://jira.jboss.org/jira/browse/RF-5429 - an anchors were fixed
Modified: trunk/docs/common-resources/en/src/main/css/html-common.css
===================================================================
--- trunk/docs/common-resources/en/src/main/css/html-common.css 2008-12-30 15:52:15 UTC (rev 12077)
+++ trunk/docs/common-resources/en/src/main/css/html-common.css 2008-12-30 17:05:10 UTC (rev 12078)
@@ -12,23 +12,13 @@
padding: 0px;
}
-h2.title a:hover, h3.title a:hover, h4.title a:hover, h5.title a:hover, h6.title a:hover {
- text-decoration:underline;
- color: #334D69;
-}
-
-h2.title a, h3.title a, h4.title a, h5.title a, h6.title a {
+h2.title a, h3.title a, h4.title a, h5.title a, h6.title a, p.title a {
text-decoration:none;
color: #334D69;
}
-
p.title a{
- text-decoration:none;
color:#333333;
}
-p.title a:hover{
- text-decoration:underline;
-}
div.book, div.chapter, div.section{
width:1000px;
More information about the richfaces-svn-commits
mailing list