diff options
| author | Mark Otto <[email protected]> | 2012-12-19 22:02:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 22:02:57 -0800 |
| commit | 7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8 (patch) | |
| tree | 6631080e8d9aba8901617a21bf9ac3fde13a826f /less/dropdowns.less | |
| parent | 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (diff) | |
| download | bootstrap-7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8.tar.xz bootstrap-7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8.zip | |
Remove @black and just use #000
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 33f58497e..81f8c735c 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -20,7 +20,7 @@ width: 0; height: 0; vertical-align: top; - border-top: 4px solid @black; + border-top: 4px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; @@ -135,7 +135,7 @@ // Reverse the caret .caret { border-top: 0; - border-bottom: 4px solid @black; + border-bottom: 4px solid #000; content: ""; } // Different positioning for bottom up menu |
