You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fi...@apache.org on 2009/10/12 23:06:54 UTC

svn commit: r824499 - /felix/sandbox/filippo/karaf-manual/src/styles/print.css

Author: filippo
Date: Mon Oct 12 21:06:53 2009
New Revision: 824499

URL: http://svn.apache.org/viewvc?rev=824499&view=rev
Log:
improved formatting of 1st and 2nd page

Modified:
    felix/sandbox/filippo/karaf-manual/src/styles/print.css

Modified: felix/sandbox/filippo/karaf-manual/src/styles/print.css
URL: http://svn.apache.org/viewvc/felix/sandbox/filippo/karaf-manual/src/styles/print.css?rev=824499&r1=824498&r2=824499&view=diff
==============================================================================
--- felix/sandbox/filippo/karaf-manual/src/styles/print.css (original)
+++ felix/sandbox/filippo/karaf-manual/src/styles/print.css Mon Oct 12 21:06:53 2009
@@ -134,11 +134,29 @@
   margin-top: 0;
 }
 
-/* copyright */
+/* frontpage */
 
-div.copyright-section {
+.title p{
+	font-size:26pt;
+  	font-family: "Helvetica Neue", sans-serif;
+  	text-align: center;
+}
+
+.copyright-section {
 	text-align: center;
-	font: 9pt;
+	font-size: 9pt;
+	page-break-after: always;
+	margin-top: 50pt;
+	margin-bottom: 20pt;
+}
+
+.toc-title {
+	font-size:20pt;
+  	font-family: "Helvetica Neue", sans-serif;
+  	text-align: left;
+  	margin-left:20pt;
+  	margin-bottom: 40pt;
+	
 }
 
 /* figures, tables, and listings */