[Commits] r931 - core/trunk/docsrc/_theme/geoext/static
commits at geoext.org
commits at geoext.org
Mon Jun 1 21:59:21 CEST 2009
Author: tschaub
Date: 2009-06-01 21:59:21 +0200 (Mon, 01 Jun 2009)
New Revision: 931
Modified:
core/trunk/docsrc/_theme/geoext/static/geoext.css
Log:
Workaround for IE6/7 bug with float and margin when DOCTYPE is declared.
Modified: core/trunk/docsrc/_theme/geoext/static/geoext.css
===================================================================
--- core/trunk/docsrc/_theme/geoext/static/geoext.css 2009-06-01 19:15:32 UTC (rev 930)
+++ core/trunk/docsrc/_theme/geoext/static/geoext.css 2009-06-01 19:59:21 UTC (rev 931)
@@ -49,6 +49,9 @@
div.document {
margin: 0 80px;
}
+div.documentwrapper {
+ width: auto;
+}
div.footer {
background: #4E7AB2 url(img/footer-bg.png) repeat-x;
color: #d9d9d9;
More information about the Commits
mailing list