diff options
| author | Patrick H. Lauke <[email protected]> | 2015-06-27 15:21:55 +0200 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-06-27 15:21:55 +0200 |
| commit | f300f03f809eaf8bf64785edcc869c6412dfb9ca (patch) | |
| tree | 8e4cbf8ff45866a8950ea23f0985040c526a5d99 | |
| parent | d2d77841184faed52567aa057fd69bcff95021b7 (diff) | |
| parent | a047eab59df4b505ac0ea8938a020c0411726078 (diff) | |
| download | bootstrap-f300f03f809eaf8bf64785edcc869c6412dfb9ca.tar.xz bootstrap-f300f03f809eaf8bf64785edcc869c6412dfb9ca.zip | |
Merge pull request #16718 from deniss-muhla/patch-1
Expand ISO in CSS codes for asterisk and plus
| -rw-r--r-- | less/glyphicons.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 335d80aa6..7bc5852d2 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -32,8 +32,8 @@ } // Individual icons -.glyphicon-asterisk { &:before { content: "\2a"; } } -.glyphicon-plus { &:before { content: "\2b"; } } +.glyphicon-asterisk { &:before { content: "\002a"; } } +.glyphicon-plus { &:before { content: "\002b"; } } .glyphicon-euro, .glyphicon-eur { &:before { content: "\20ac"; } } .glyphicon-minus { &:before { content: "\2212"; } } |
