diff options
| author | Chris Rebert <[email protected]> | 2013-10-22 10:53:25 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-22 10:53:25 -0700 |
| commit | bb3d17553ca451985d4cc246e26150b0fc73d5f5 (patch) | |
| tree | ea7e57e04dbb42db6c007d348118e42743f6d6c8 | |
| parent | 9673c25e2cf8701e4fe0d255d38f1a9f6b193e9f (diff) | |
| parent | b034362363769e185418329c9ea17ec25a1c2bd1 (diff) | |
| download | bootstrap-bb3d17553ca451985d4cc246e26150b0fc73d5f5.tar.xz bootstrap-bb3d17553ca451985d4cc246e26150b0fc73d5f5.zip | |
Merge pull request #11208 from ZDroid/codestyle_fix
Put a space before `{` due to code style
| -rw-r--r-- | less/glyphicons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 709d31865..5a8231448 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -28,7 +28,7 @@ line-height: 1; -webkit-font-smoothing: antialiased; - &:empty{ + &:empty { width: 1em; } } |
