diff options
| author | Mark Otto <[email protected]> | 2012-10-03 09:26:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-03 09:26:52 -0700 |
| commit | dd8b745b883a900aa637a7b8142be5691ebc3913 (patch) | |
| tree | 59cf5be0d4b8c1340d84f298ddcd0b632e2070c3 /less/dropdowns.less | |
| parent | e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30 (diff) | |
| download | bootstrap-dd8b745b883a900aa637a7b8142be5691ebc3913.tar.xz bootstrap-dd8b745b883a900aa637a7b8142be5691ebc3913.zip | |
use border-radius vars where possible
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 5ed279167..359f0e228 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -234,5 +234,5 @@ // --------- .typeahead { margin-top: 2px; // give it some space to breathe - .border-radius(4px); + .border-radius(@baseBorderRadius); } |
