Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rivers committed Nov 12, 2010
1 parent 020c762 commit aac84c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
* Simple enough to remain legible and have a low learning curve
* Few or zero browser hacks
* Compatible with MSIE 6+, Opera, Safari, Firefox, Chrome, etc.
* .gr is a [pseudo-namespaces](http://meiert.com/en/blog/20070321/css-practice-pseudo-namespaces-in-complex-projects/)
* .gr is a [pseudo-namespace](http://meiert.com/en/blog/20070321/css-practice-pseudo-namespaces-in-complex-projects/)
* Allow for nestable and potentially complex grid layouts
* Rely on % and em for units, so that layouts are be scalable and code is modular and concise

Expand Down Expand Up @@ -57,3 +57,4 @@ The vocabulary (and corresponding class selectors) are still being assessed, and
* Decide on optimal margin/gutter algebra
* Decide how to handle collapsing margins of adjacent grids
* Gridular.css currently relies on the Meyer Reset CSS
* Consider [this issue](http://doctype.com/problemyui-grids-large-font-size-ie67) of YUI Grids's usage of ems/percentages

0 comments on commit aac84c6

Please sign in to comment.