[richfaces-svn-commits] JBoss Rich Faces SVN: r14259 - branches/community/3.3.X/docs/common-resources/en/src/main/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 21 08:06:11 EDT 2009


Author: ochikvina
Date: 2009-05-21 08:06:10 -0400 (Thu, 21 May 2009)
New Revision: 14259

Modified:
   branches/community/3.3.X/docs/common-resources/en/src/main/css/html-common.css
Log:
https://jira.jboss.org/jira/browse/RF-7014 - adding the RF logo to pdf;

Modified: branches/community/3.3.X/docs/common-resources/en/src/main/css/html-common.css
===================================================================
--- branches/community/3.3.X/docs/common-resources/en/src/main/css/html-common.css	2009-05-21 12:05:54 UTC (rev 14258)
+++ branches/community/3.3.X/docs/common-resources/en/src/main/css/html-common.css	2009-05-21 12:06:10 UTC (rev 14259)
@@ -27,7 +27,16 @@
 h3.author{
 	margin: 0px;
 }
-
+
+#title a.doc_href {
+    display:block;
+    height:89px;
+    background:transparent url(../images/rf_logo.png) top right no-repeat;
+}
+.corpauthor img{
+	display:none !important;
+}
+
 div.book, div.chapter, div.section{
 	width:1000px;
 	margin:0 auto;
@@ -317,12 +326,7 @@
 #feedback-link img{
 	width: 47px;
 	height:315px;
-}
-#title a.doc_href {
-    display:block;
-    height:89px;
-    background:transparent url(../images/rf_logo.png) top right no-repeat;
-}
+}
 .remark{
 	font-size: 11px;
 	margin-top: -15px;




More information about the richfaces-svn-commits mailing list