diff options
| author | Zlatan Vasović <[email protected]> | 2013-10-22 18:34:43 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-10-22 18:34:43 +0200 |
| commit | b034362363769e185418329c9ea17ec25a1c2bd1 (patch) | |
| tree | 13514fbc66d5765c5d29a7d2b97dfce2a86867ac | |
| parent | eed53d781188914c8328fb0ab77b700c3462fdbf (diff) | |
| download | bootstrap-b034362363769e185418329c9ea17ec25a1c2bd1.tar.xz bootstrap-b034362363769e185418329c9ea17ec25a1c2bd1.zip | |
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; } } |
