[seam-commits] Seam SVN: r7641 - maven-plugins/trunk/seam-jdocbook-style/src/main/css/css.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 19 12:15:47 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-19 12:15:47 -0400 (Wed, 19 Mar 2008)
New Revision: 7641

Modified:
   maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css
Log:
Use sfwk colours

Modified: maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css	2008-03-19 15:04:32 UTC (rev 7640)
+++ maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css	2008-03-19 16:15:47 UTC (rev 7641)
@@ -20,15 +20,19 @@
 }
 
 a {
-    text-decoration: none;
+	text-decoration: none;
 }
 
 h1 {
 	font-size: 150%;
 }
 
+h1,h2,h3,h4,h5,h6 {
+	color: #576C74;
+}
+
 .title {
-	color: #4A5D75;
+	color: #576C74;
 	background-image: none;
 	font-size: 175%
 }
@@ -169,10 +173,10 @@
 }
 
 .author h3 {
-	margin: 0px;	
+	margin: 0px;
 }
 
 .releaseinfo {
-	color: #4A5D75;
+	color: #576C74;
 	font-size: 150%;
 }
\ No newline at end of file




More information about the seam-commits mailing list