Oh, I went straight to base.css after reading the following in the the review section of the book...
*Configuring the layout* *You can configure the default layout by editing "views/layout.html" but you can also configure it without editing the HTML. In fact, the "static/base.css" stylesheet is well documented and described in Chapter 5. You can change color, columns, size, borders and background without editing the HTML. If you want to edit the menu, the title or the subtitle, you can do so in any model file. The scaffolding app, sets default values of these parameters in the file "models/menu.py":* Thanks for putting me right, Ed On Thursday, 15 March 2012 15:50:49 UTC, Anthony wrote: > > There is no longer a base.css -- it is now web2py.css. > > Anthony > > On Thursday, March 15, 2012 11:44:07 AM UTC-4, Edward Shave wrote: >> >> I feel I must be missing something obvious, but despite the references to >> base.css in the book and the comments in the file itself, I can't find >> where it is referenced by the welcome app? > > On Thursday, 15 March 2012 15:50:49 UTC, Anthony wrote: > > There is no longer a base.css -- it is now web2py.css. > > Anthony > > On Thursday, March 15, 2012 11:44:07 AM UTC-4, Edward Shave wrote: >> >> I feel I must be missing something obvious, but despite the references to >> base.css in the book and the comments in the file itself, I can't find >> where it is referenced by the welcome app? > >

