You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/10/20 07:18:13 UTC

svn commit: r466019 - /incubator/xap/trunk/css/xapDefault.css

Author: jmargaris
Date: Fri Oct 20 00:18:12 2006
New Revision: 466019

URL: http://svn.apache.org/viewvc?view=rev&rev=466019
Log:
without position:absolute on body Moz still thinks
the body is small instead of 100%

Modified:
    incubator/xap/trunk/css/xapDefault.css

Modified: incubator/xap/trunk/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/xapDefault.css?view=diff&rev=466019&r1=466018&r2=466019
==============================================================================
--- incubator/xap/trunk/css/xapDefault.css (original)
+++ incubator/xap/trunk/css/xapDefault.css Fri Oct 20 00:18:12 2006
@@ -22,6 +22,7 @@
 	width: 100%;
 	height: 100%;
 	margin: 0px;
+	position: absolute;
 }
 
 FORM {