once more, overhaul the icons and use the css regex selector on our icons
This commit is contained in:
parent
de994efac7
commit
d533310bd2
8 changed files with 300 additions and 300 deletions
|
|
@ -548,13 +548,13 @@
|
|||
<div class="well" style="padding: 8px 0;">
|
||||
<ul class="nav nav-list">
|
||||
<li class="nav-header">List header</li>
|
||||
<li class="active"><a href="#"><i class="i i-white i-home"></i> Home</a></li>
|
||||
<li><a href="#"><i class="i i-book"></i> Library</a></li>
|
||||
<li><a href="#"><i class="i i-pencil"></i> Applications</a></li>
|
||||
<li class="active"><a href="#"><i class="i-white i-home"></i> Home</a></li>
|
||||
<li><a href="#"><i class="i-book"></i> Library</a></li>
|
||||
<li><a href="#"><i class="i-pencil"></i> Applications</a></li>
|
||||
<li class="nav-header">Another list header</li>
|
||||
<li><a href="#"><i class="i i-user"></i> Profile</a></li>
|
||||
<li><a href="#"><i class="i i-cog"></i> Settings</a></li>
|
||||
<li><a href="#"><i class="i i-flag"></i> Help</a></li>
|
||||
<li><a href="#"><i class="i-user"></i> Profile</a></li>
|
||||
<li><a href="#"><i class="i-cog"></i> Settings</a></li>
|
||||
<li><a href="#"><i class="i-flag"></i> Help</a></li>
|
||||
</ul>
|
||||
</div> <!-- /well -->
|
||||
<pre class="prettyprint linenums">
|
||||
|
|
@ -562,7 +562,7 @@
|
|||
...
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="i i-book"></i>
|
||||
<i class="i-book"></i>
|
||||
Library
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue