Ok. Forgive me for not pre-googling LESS. I am guessing its some sore of 
CSS pre-processor or something. 

So would I correctly guess that I could use the bootstrap CSS generator on 
their site, and then copy the corresponding bit of CSS over to the 
bootstrap.css file replacing the original 12 columns for 6?

On Friday, November 30, 2012 9:36:39 AM UTC-5, Massimo Di Pierro wrote:
>
> web2py ships with bootstrap.css which is generated from *.less files but 
> we do not ship the .less files. You would have to do this yourself.
>
> On Thursday, 29 November 2012 16:29:42 UTC-6, Stephen Tanner wrote:
>>
>> Now that web2py uses bootstrap for the layout, I should be able to set 
>> the number of columns that are used. 
>>
>> According to this post on SO (
>> http://stackoverflow.com/questions/10742082/customizing-the-twitter-bootstrap-default-grid)
>>  
>> you should be able to edit the file *variables.less* and add
>>
>> @gridColumns:             6;
>>
>>
>> Where is this file in web2py or where does it belong?
>>
>>
>>

-- 



Reply via email to