mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
better alignment of glyphicons vertically
This commit is contained in:
parent
841dac58ca
commit
cf09e6a6b5
3 changed files with 3 additions and 3 deletions
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
|
@ -2329,7 +2329,7 @@ input[type="button"].btn-block {
|
|||
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@
|
|||
// Catchall baseclass
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
font-style: normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue