diff options
| author | Mark Otto <[email protected]> | 2013-08-18 19:05:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 19:05:48 -0700 |
| commit | cf09e6a6b5e314f4f7433f21bd32287885c95451 (patch) | |
| tree | 0d67e04ccd296d2981b7cc821f8c451dd001e82e /dist/css/bootstrap.css | |
| parent | 841dac58caed00f5955aa0e16ed544ea304ea9d5 (diff) | |
| download | bootstrap-cf09e6a6b5e314f4f7433f21bd32287885c95451.tar.xz bootstrap-cf09e6a6b5e314f4f7433f21bd32287885c95451.zip | |
better alignment of glyphicons vertically
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b038592b4..193737788 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
