Skip to content

Commit

Permalink
Ok, it will work this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsewell committed Mar 27, 2012
1 parent d47f263 commit ce96513
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,58 +22,58 @@ Sample code:


This is how the sample code snippet above would translate as a responsive template: This is how the sample code snippet above would translate as a responsive template:


```DESKTOP VERSION DESKTOP VERSION
*----*----*----*----*----------------*--------*--------* |----|----|----|----|----------------|--------|--------|
| | | | | | | | | | | | | | | |
| 1 | 1 | 1 | 1 | 4 | 2 | 2 | | 1 | 1 | 1 | 1 | 4 | 2 | 2 |
| | | | | | | | | | | | | | | |
*----*----*----*----*----------------*--------*--------* |----|----|----|----|----------------|--------|--------|


TABLET VERSION TABLET VERSION
*---*---*---*---*------------*------*------* |---|---|---|---|------------|------|------|
| | | | | | | | | | | | | | | |
| 1 | 1 | 1 | 1 | 4 | 2 | 2 | | 1 | 1 | 1 | 1 | 4 | 2 | 2 |
| | | | | | | | | | | | | | | |
*---*---*---*---*------------*------*------* |---|---|---|---|------------|------|------|


LANDSCAPE MOBILE LANDSCAPE MOBILE
*---*---*---*---* |---|---|---|---|
| | | | | | | | | |
| 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 |
| | | | | | | | | |
*---*---*---*---* |---|---|---|---|
| | | |
| 4 | | 4 |
| | | |
*-------*-------* |-------|-------|
| | | | | |
| 2 | 2 | | 2 | 2 |
| | | | | |
*-------*-------* |-------|-------|


PORTRAIT MOBILE PORTRAIT MOBILE
*---*---* |---|---|
| | | | | |
| 1 | 1 | | 1 | 1 |
| | | | | |
*---*---* |---|---|
| | | | | |
| 1 | 1 | | 1 | 1 |
| | | | | |
*---*---* |---|---|
| | | |
| 4 | | 4 |
| | | |
*-------* |-------|
| | | |
| 2 | | 2 |
| | | |
*-------* |-------|
| | | |
| 2 | | 2 |
| | | |
*-------* |-------|
```


The css files included are: The css files included are:


Expand Down

0 comments on commit ce96513

Please sign in to comment.