Created
January 8, 2014 10:11
-
-
Save capaj/8314551 to your computer and use it in GitHub Desktop.
bootstrap nested rows with offset for comments
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 show-grid"> | |
<div class="col-md-12"> | |
Parent comment | |
<div class="row show-grid"> | |
<div class="col-md-1" style="visibility: hidden;"> | |
</div> | |
<div class="col-md-11"> | |
Child comment | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment