I just download the dev version on github, I find it extremely buggy, the forms dont display as they should, until you comment out lines 2 - 37 and 100 in web2py,css. Then it works flawlessly.
On Wednesday, May 2, 2012 4:48:33 PM UTC+1, pbreit wrote: > > I would suggest updating to the latest version of Web2py which uses > Twitter Bootstrap for layout. Then instead of editing the CSS files, you > simply declare classes in your HTML. > > http://twitter.github.com/bootstrap/ > > Example: > > > 1. <div class="row"> > 2. <div class="span4">...</div> > 3. <div class="span8">...</div> > 4. </div> > > On Wednesday, May 2, 2012 4:48:33 PM UTC+1, pbreit wrote: > > I would suggest updating to the latest version of Web2py which uses > Twitter Bootstrap for layout. Then instead of editing the CSS files, you > simply declare classes in your HTML. > > http://twitter.github.com/bootstrap/ > > Example: > > > 1. <div class="row"> > 2. <div class="span4">...</div> > 3. <div class="span8">...</div> > 4. </div> > >

