Created
September 17, 2012 04:58
-
-
Save chocnut/3735631 to your computer and use it in GitHub Desktop.
Page.ss
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 characters
<div class="row"> | |
<div class="span6 frame-content"> | |
<p class="pull-left">$Content.Paragraph(1)</p> | |
</div> | |
<div class="span6 frame-content"> | |
<p>$Content.Paragraph(2)</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment