mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Merge branch 'glyphicons_font' into exploratory
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css less/sprites.less
This commit is contained in:
@@ -34,6 +34,77 @@
|
||||
|
||||
<div class="container">
|
||||
|
||||
<h2>Icons in buttons</h2>
|
||||
<p>
|
||||
<button class="btn btn-large" type="button">
|
||||
Profile
|
||||
</button>
|
||||
<button class="btn btn-large" type="button">
|
||||
<span class="glyphicon-user"></span> Profile
|
||||
</button>
|
||||
<button class="btn btn-large" type="button">
|
||||
<span class="glyphicon-home"></span> Home
|
||||
</button>
|
||||
<button class="btn btn-large" type="button">
|
||||
<span class="glyphicon-link"></span> Link
|
||||
</button>
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn" type="button">
|
||||
Profile
|
||||
</button>
|
||||
<button class="btn" type="button">
|
||||
<span class="glyphicon-user"></span> Profile
|
||||
</button>
|
||||
<button class="btn" type="button">
|
||||
<span class="glyphicon-home"></span> Home
|
||||
</button>
|
||||
<button class="btn" type="button">
|
||||
<span class="glyphicon-link"></span> Link
|
||||
</button>
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn btn-small" type="button">
|
||||
Profile
|
||||
</button>
|
||||
<button class="btn btn-small" type="button">
|
||||
<span class="glyphicon-user"></span> Profile
|
||||
</button>
|
||||
<button class="btn btn-small" type="button">
|
||||
<span class="glyphicon-home"></span> Home
|
||||
</button>
|
||||
<button class="btn btn-small" type="button">
|
||||
<span class="glyphicon-link"></span> Link
|
||||
</button>
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn btn-mini" type="button">
|
||||
Profile
|
||||
</button>
|
||||
<button class="btn btn-mini" type="button">
|
||||
<span class="glyphicon-user"></span> Profile
|
||||
</button>
|
||||
<button class="btn btn-mini" type="button">
|
||||
<span class="glyphicon-home"></span> Home
|
||||
</button>
|
||||
<button class="btn btn-mini" type="button">
|
||||
<span class="glyphicon-link"></span> Link
|
||||
</button>
|
||||
</p>
|
||||
|
||||
<div class="btn-toolbar">
|
||||
<div class="btn-group">
|
||||
<a class="btn" href="#"><i class="glyphicon-align-left"></i></a>
|
||||
<a class="btn" href="#"><i class="glyphicon-align-center"></i></a>
|
||||
<a class="btn" href="#"><i class="glyphicon-align-right"></i></a>
|
||||
<a class="btn" href="#"><i class="glyphicon-align-justify"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<h2>Dropups</h2>
|
||||
<div class="btn-toolbar">
|
||||
<div class="btn-group dropup">
|
||||
|
||||
Reference in New Issue
Block a user