diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/glyphicons.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index dc9086f58..3c4ef5921 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -19,6 +19,9 @@ // Catchall baseclass .glyphicon { + position: relative; + top: 2px; + display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; |
