[richfaces-svn-commits] JBoss Rich Faces SVN: r12043 - trunk/docs/common-resources/en/src/main/css.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Dec 29 07:55:10 EST 2008
Author: artdaw
Date: 2008-12-29 07:55:10 -0500 (Mon, 29 Dec 2008)
New Revision: 12043
Modified:
trunk/docs/common-resources/en/src/main/css/html-common.css
Log:
https://jira.jboss.org/jira/browse/RF-5429 - css styles 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-29 11:56:55 UTC (rev 12042)
+++ trunk/docs/common-resources/en/src/main/css/html-common.css 2008-12-29 12:55:10 UTC (rev 12043)
@@ -22,6 +22,14 @@
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;
margin:0 auto;
More information about the richfaces-svn-commits
mailing list