Created
August 27, 2015 07:53
-
-
Save michiel/b1d549a251fbd49accdc to your computer and use it in GitHub Desktop.
bootstrap sidebars, add/remove toggled-left, toggled-right to wrapper to fold/unfold
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 row-no-padding wrapper"> | |
<div class="sidebar-left-wrapper"> | |
Left | |
</div> | |
<div class="page-content-wrapper"> | |
Content | |
</div> | |
<div class="sidebar-right-wrapper"> | |
Right | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[1. ](# url)