Commit f2e35bf7 authored by Mark Otto's avatar Mark Otto

docs layout and alignment refinement

parent 1e0453f8
<li>
<a href="#glyphicons">Glyphicons</a>
<ul class="nav">
<li><a href="#glyphicons-glyphs">Available glyphs</a></li>
<li><a href="#glyphicons-how-to-use">How ot use</a></li>
<li><a href="#glyphicons-examples">Examples</a></li>
</ul>
</li>
<li> <li>
<a href="#dropdowns">Dropdowns</a> <a href="#dropdowns">Dropdowns</a>
<ul class="nav"> <ul class="nav">
......
This diff is collapsed.
...@@ -2324,6 +2324,9 @@ input[type="button"].btn-block { ...@@ -2324,6 +2324,9 @@ input[type="button"].btn-block {
} }
.glyphicon { .glyphicon {
position: relative;
top: 2px;
display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-style: normal; font-style: normal;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
// Catchall baseclass // Catchall baseclass
.glyphicon { .glyphicon {
position: relative;
top: 2px;
display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment