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 /bootstrap.css | |
| parent | 621dd13d87b6ba5fd351966056ea335c6a946f45 (diff) | |
| download | bootstrap-03d7c1a65e0321445842a4925d19331fda200c02.tar.xz bootstrap-03d7c1a65e0321445842a4925d19331fda200c02.zip | |
make dropdowns use unicode character for :after
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 6b6fd9e52..0624b3104 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Jan 5 15:42:23 PST 2012 + * Date: Thu Jan 5 15:46:10 PST 2012 */ html, body { margin: 0; @@ -1486,7 +1486,7 @@ i { filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; - content: "↓"; + content: "\2193"; } .dropdown:hover .dropdown-toggle:after { filter: alpha(opacity=100); |
