aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
AgeCommit message (Collapse)AuthorFilesLines
2012-03-05utilize new dropdown variablesMark Otto1-4/+4
2012-03-04Fixed small button caret and moved less code to dropdownsSimon Charette1-0/+4
2012-02-21clean up and simplify support for bottom navbar by automagically turning ↵Mark Otto1-1/+3
dropdowns into dropups
2012-02-21Merge branch '2.0/fork/components/dropup' of ↵Mark Otto1-5/+30
https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/fork/components/dropup Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/navbar.less
2012-02-20add horizontal divider support to nav list, including documentation for it, ↵Mark Otto1-12/+1
per #2106
2012-02-19Remove underscore hack for IE6Jacob Rask1-1/+0
IE6 does not seem to be supported by Bootstrap, and reducing the number of unused and invalid properties is always nice.
2012-02-18fix right aligned dropdownsMark Otto1-0/+6
2012-02-07fix for #1779, use line-height varMark Otto1-1/+1
2012-02-04remove max-width on dropdown menusMark Otto1-1/+0
2012-01-30Adding dropup support to split buttons and navbarBurak Tuyan1-1/+15
* Documents the hidden .dropdown-menu.bottom-up option (to be used for dropups) * Extends the .bottom-up class to carets and all relevant caret styles * Adds .dropdown-menu.pull-right class for right-aligned dropdowns and dropups * Adds examples and some information to the "split dropdown" and "navbar" sections of the Docs
2012-01-28nav, buttons, and docs updates to account for outline: 0; on :activeMark Otto1-1/+5
2012-01-27IE7 fixes for split buttons and dropdownsPete Hopkins1-2/+19
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+110