Created
July 8, 2014 16:09
-
-
Save akinsgre/9dfe847a395f6ed3ada7 to your computer and use it in GitHub Desktop.
Revisions
-
akinsgre revised this gist
Jul 8, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ <div class="row-fluid"> <div class="col1 span4">Test 1</div> <div class="col1 span4">Test 2</div> <div class="col1 span4">Test 3</div> </div> -
akinsgre created this gist
Jul 8, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ <div class="row-fluid"> <div class="col1 span4">Test 1</div> <div class="span4">Test 2</div> <div class="span4">Test 3</div> </div>