[web2py] Re: modify standard layout in web2py

2012-05-02 Thread Pystar
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 ve

[web2py] Re: modify standard layout in web2py

2012-05-02 Thread Anthony
Skeleton uses a 960-pixel grid -- see http://code.google.com/p/web2py/source/browse/applications/welcome/static/css/skeleton.css?name=R-1.99.7#416. You could make it wider, but then you'd have to change all the widths you see in lines 425 to 511 as well. Note, the trunk version of web2py now u

[web2py] Re: modify standard layout in web2py

2012-05-02 Thread pbreit
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. 2. ... 3. ... 4.