[seam-commits] Seam SVN: r7633 - 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 10:22:06 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-03-19 10:22:06 -0400 (Wed, 19 Mar 2008)
New Revision: 7633
Added:
maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework-nochunk.css
Modified:
maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css
Log:
Extra styling for nochunk, styles for authors
Added: maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework-nochunk.css
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework-nochunk.css (rev 0)
+++ maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework-nochunk.css 2008-03-19 14:22:06 UTC (rev 7633)
@@ -0,0 +1,7 @@
+ at IMPORT url("seamframework.css");
+
+#title {
+ margin-top: -15px;
+ margin-left: -15px;
+ magin-bottom: 30px;
+}
\ No newline at end of file
Property changes on: maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework-nochunk.css
___________________________________________________________________
Name: svn:mime-type
+ text/plain
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 12:53:41 UTC (rev 7632)
+++ maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css 2008-03-19 14:22:06 UTC (rev 7633)
@@ -28,8 +28,9 @@
}
.title {
- color: #576c74;
+ color: #4A5D75;
background-image: none;
+ font-size: 175%
}
.book {
@@ -160,7 +161,7 @@
}
.author {
- margin-top: 10px;
+ margin-top: 2px;
}
.affiliation {
@@ -168,10 +169,10 @@
}
.author h3 {
- margin: 0px;
+ margin: 0px;
}
.releaseinfo {
- color: #576c74;
+ color: #4A5D75;
font-size: 150%;
}
\ No newline at end of file
More information about the seam-commits
mailing list