r9525 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-02-19 10:35:52 +0100 (Thu, 19 Feb 2009)
New Revision: 9525
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Make main div float left.
Details at http://dev.helma.org/trac/helma/changeset/9525
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-18 21:22:11 UTC (rev 9524)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-19 09:35:52 UTC (rev 9525)
@@ -104,6 +104,7 @@
.main {
width: 63%;
+ float: left;
padding: 20px;
}