两列布局,中间有一条线.
[ ] | [ ]
[ ] | [ ]
[ ] | [ ]
[ Left Column ] | [ Right Column ]
[ ] | [ ]
[ ] | [ ]
[ ] | [ ]
[ ] | [ ]
Run Code Online (Sandbox Code Playgroud) 按钮组
<button type="button" class="btn btn-default pull-left">
<span class="glyphicon glyphicon-chevron-left"></span>
<span id="prevBtn">06.02.2014</span>
</button>
<button type="button" class="btn btn-default pull-left">
<span id="nextBtn">08.08.2014</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</button>
<button type="button" class="btn btn-default pull-left">
<span id="toDayBtn">Today</span>
</button>
Run Code Online (Sandbox Code Playgroud)
如何用bootstrap 3创建垂直分隔线?
