Skip to content

Commit

Permalink
Edited README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thedayhascome committed Sep 22, 2011
1 parent 2586924 commit 194e053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ The file structure for FBG is straight-forward and contains only the minimum fil

## Usage

The code for FBG is simple, lightweight, and non-obtrusive, which allows it to be easily modified for each project. The default is based on a 3-column folding layout. 1 column for mobile devices, 2 columns for tablets and 3 columns for desktops and beyond. The only necessary provision is to add either <code>class="g1"</code>, <code>class="g2"</code> or <code>class="g3"</code> to each <code>&lt;div&gt;<code> you would like to make a column.
The code for FBG is simple, lightweight, and non-obtrusive, which allows it to be easily modified for each project. The default is based on a 3-column folding layout. 1 column for mobile devices, 2 columns for tablets and 3 columns for desktops and beyond. The only necessary provision is to add either <code>class="g1"</code>, <code>class="g2"</code> or <code>class="g3"</code> to each <code>&lt;div&gt;</code> you would like to make a column.

<pre>&lt;div&gt;
&lt;div class="g2"&gt;
Expand Down

0 comments on commit 194e053

Please sign in to comment.