Created
October 14, 2014 16:44
-
-
Save jlebrech/3db5202a16017d7d938e to your computer and use it in GitHub Desktop.
Can bootstrap
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
<ui-panel> | |
<div class="panel-heading"> | |
Title here | |
</div> | |
<div class="panel-body" style="height:200px"> | |
.... | |
</div> | |
<div class="panel-footer clearfix"> | |
Footer | |
</div> | |
</ui-panel> |
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="col-md-4 col-xs-4"> | |
<div class="panel panel-default"> | |
<content> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment