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/02/27 01:59:42 UTC

svn commit: r631446 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Tue Feb 26 16:59:40 2008
New Revision: 631446

URL: http://svn.apache.org/viewvc?rev=631446&view=rev
Log:
Setting body margin+padding to 0.

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

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=631446&r1=631445&r2=631446&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Tue Feb 26 16:59:40 2008
@@ -217,6 +217,8 @@
 /* body */
 
 body {
+  margin: 0;
+  padding: 0;
 }
 
 #body {



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