You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/06 17:42:03 UTC

svn commit: r634341 - /lenya/sandbox/modules/docustyle/resources/css/print.css

Author: andreas
Date: Thu Mar  6 08:42:00 2008
New Revision: 634341

URL: http://svn.apache.org/viewvc?rev=634341&view=rev
Log:
[minor change] cleaned up CSS.

Modified:
    lenya/sandbox/modules/docustyle/resources/css/print.css

Modified: lenya/sandbox/modules/docustyle/resources/css/print.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/print.css?rev=634341&r1=634340&r2=634341&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/print.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/print.css Thu Mar  6 08:42:00 2008
@@ -17,24 +17,12 @@
 
 @import url('screen.css');
 
-#logo, #tabs, #apacheBreadcrumb, #search {
-  display: none;
-}
-
-/* menu */
-
-#menu {
-  display: none;
-}
-
-#search {
+#logo, #tabs, #apacheBreadcrumb, #search, #menu {
   display: none;
 }
 
 #body {
-  border: none;
   padding: 0;
   margin: 0;
-  font-size: 10pt;
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org