kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

container for 800x600 resolution #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to have a optional container for sites compatible with
800x600 resolution. Something like container-small or container-wide.

Original issue reported on code.google.com by italo.maia@gmail.com on 17 Feb 2008 at 4:27

GoogleCodeExporter commented 8 years ago
This is a job suited for our new compressor. You can specify a settings.yml 
file in the lib directory, and add 
something like this:

my_project:
  custom_layout:
    column_count: 12
    column_width: 55
    gutter_width: 10

This would give you a total width of 770px. 

Original comment by ola...@gmail.com on 17 Feb 2008 at 8:09