Skip to content

Commit

Permalink
Updated for version 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotjay committed Feb 22, 2010
1 parent f57290b commit e0c7809
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README
@@ -1,12 +1,12 @@
#grid

A little tool that inserts a layout grid in web pages, allows you to fix it in place, and toggle between displaying it in the foreground or background.
A little tool that inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background.

Features

* Adaptable for all layout widths and alignments (this version assumes a 980px wide container including 20px gutters)
* Adaptable for any vertical rhythm value (this version assumes one lead of 20px)
* Show and hide, fix in place, or toggle foreground and background display using keyboard shortcuts
* Uses: A single JavaScript file, a few lines of CSS, and one image (for the vertical lines)
* Adaptable for all layout widths and alignments
* Adaptable for any vertical rhythm value
* Set keyboard shortcuts to show and hide the grid, hold it in place, toggle it to the foreground and background, and jump between multiple grids
* Uses a single JavaScript file, a little CSS, and an image (for the vertical lines)

Notes on installation and usage can be found in the included index.htm file.

0 comments on commit e0c7809

Please sign in to comment.