Author: filippo
Date: Mon Oct 12 17:14:25 2009
New Revision: 824429

URL: http://svn.apache.org/viewvc?rev=824429&view=rev
Log:
hidden labels and comments

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=824429&r1=824428&r2=824429&view=diff
==============================================================================
--- felix/sandbox/filippo/karaf-manual/src/styles/print.css (original)
+++ felix/sandbox/filippo/karaf-manual/src/styles/print.css Mon Oct 12 17:14:25 
2009
@@ -382,6 +382,19 @@
   padding-right: 0.4em;
 }
 
+/* Confluence contents to hide */
+#labels-section {
+       display: none;
+}
+#comments-section {
+       display: none;
+}
+#footer {
+       display: none;
+}
+.hidden {
+       display: none;
+}
 
 /*
    A book consists of different types of sections. We propose to use


Reply via email to