mirror of
https://github.com/jimeh/760-grid-system.git
synced 2026-02-19 11:16:40 +00:00
Small change to Readme.
This commit is contained in:
@@ -2,15 +2,11 @@
|
||||
|
||||
Being an avid lover the [960 Grid System][1], I decided to make a 760 pixel wide version when I started working with Facebook applications.
|
||||
|
||||
[1]: http://960.gs/
|
||||
|
||||
It was instantly obvious it would be easier creating a generator for the grid system. The first version was written in PHP, and took less than an hour to create. I've now replaced it with a Ruby version, which technically creates identical output, only it's configured with a YAML file.
|
||||
|
||||
## Grid Usage
|
||||
|
||||
760 works exactly the same way as [960][1]. The only difference is that instead of 12 and 16 columns, 760 has 20, 38, and 76 column layouts.
|
||||
|
||||
[1]: http://960.gs/
|
||||
760 works exactly the same way as [960.gs][1]. The only difference is that instead of 12 and 16 columns, 760 has 20, 38, and 76 column layouts, and due to how thin the columns are, they don't have any margins by default.
|
||||
|
||||
## Generator Usage
|
||||
|
||||
@@ -20,13 +16,14 @@ The generator is an easy to use shell script. Just edit grids.yml to your needs,
|
||||
|
||||
## Notes
|
||||
|
||||
* By default columns don't have any margins, cause the columns are already __very__ thin. But you can use _760.margin.css_ which has a 5 pixel margin. Or you could just generate your own new grid css with custom margins.
|
||||
* By default columns don't have any margins, cause the columns are already __very__ thin. But you can use `760.margin.css` which has a 5 pixel margin. Or you could just generate your own new grid css with custom margins.
|
||||
* Any suggestions are greatly appreciated.
|
||||
|
||||
## Legal
|
||||
|
||||
* Released under MIT license, of course.
|
||||
* Included Eric Meyer's comprehensive browser [reset stylesheet][1], which 960 also uses.
|
||||
* I "stole" the text.css file from the 960 Grid System, I hope nobody minds :)
|
||||
* Included Eric Meyer's comprehensive browser [reset stylesheet][2], which [960.gs][1] also uses.
|
||||
* I stole the `text.css` file from [960.gs][1], I hope nobody minds :)
|
||||
|
||||
[1]: http://meyerweb.com/eric/tools/css/reset/
|
||||
[1]: http://960.gs/
|
||||
[2]: http://meyerweb.com/eric/tools/css/reset/
|
||||
Reference in New Issue
Block a user