diff options
| author | Mark Otto <[email protected]> | 2012-01-05 15:46:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 15:46:48 -0800 |
| commit | 03d7c1a65e0321445842a4925d19331fda200c02 (patch) | |
| tree | 9c8021ad0173ea0a7f86363833dca7785ea84374 /lib | |
| parent | 621dd13d87b6ba5fd351966056ea335c6a946f45 (diff) | |
| download | bootstrap-03d7c1a65e0321445842a4925d19331fda200c02.tar.xz bootstrap-03d7c1a65e0321445842a4925d19331fda200c02.zip | |
make dropdowns use unicode character for :after
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less index 7436f6a2c..18856cf05 100644 --- a/lib/dropdowns.less +++ b/lib/dropdowns.less @@ -16,7 +16,7 @@ border-right: 4px solid transparent; border-top: 4px solid @white; .opacity(30); - content: "↓"; + content: "\2193"; } .dropdown:hover .dropdown-toggle:after { .opacity(100); |
