diff options
| author | Mark Otto <[email protected]> | 2012-08-21 13:02:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-21 13:02:02 -0700 |
| commit | 8a2b9f4a5f0f0c83c22ed364ca096ad191437117 (patch) | |
| tree | 2f2237340194b8764ad98582846455fa63ee284b /less/dropdowns.less | |
| parent | 099cec1ca7470acd32afaab60f2180557ad9bdab (diff) | |
| download | bootstrap-8a2b9f4a5f0f0c83c22ed364ca096ad191437117.tar.xz bootstrap-8a2b9f4a5f0f0c83c22ed364ca096ad191437117.zip | |
remove entity in content property on dropup carets--not necessary at all
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index e83915dba..af8e4cb30 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -148,7 +148,7 @@ .caret { border-top: 0; border-bottom: 4px solid @black; - content: "\2191"; + content: ""; } // Different positioning for bottom up menu .dropdown-menu { |
