I found in the book this: response.optimize_css: if can be set to "concat,minify,inline" to concatenate, minity and inline the CSS files included by web2py. (http://web2py.com/books/default/chapter/29/4?search=optimize)
But if I set I see nothing to change with firebug. :( I miss something? I tried in model, controller and in view too. No effect :( response.optimize_css="concat,minify,inline" or response.optimize_css="concat" or without it the result is the same :( Tnx. Merry Christmas

