Commit cf09e6a6 authored by Mark Otto's avatar Mark Otto

better alignment of glyphicons vertically

parent 841dac58
...@@ -2329,7 +2329,7 @@ input[type="button"].btn-block { ...@@ -2329,7 +2329,7 @@ input[type="button"].btn-block {
.glyphicon { .glyphicon {
position: relative; position: relative;
top: 2px; top: 1px;
display: inline-block; display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
// Catchall baseclass // Catchall baseclass
.glyphicon { .glyphicon {
position: relative; position: relative;
top: 2px; top: 1px;
display: inline-block; display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
font-style: normal; font-style: 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