aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-03-05clean up horizontal dl option and docsMark Otto1-12/+2
2012-03-05Merge pull request #2267 from dominicbarnes/dl_horizontalMark Otto1-1/+24
Horizontal mode for description lists
2012-03-05fix ie7 breadcrumbs per #2224Mark Otto1-0/+1
2012-03-05utilize new dropdown variablesMark Otto2-4/+5
2012-03-05add a ton new variables for type, buttons, inputsMark Otto4-23/+67
2012-03-04true > child + varargsJacob Thornton1-6/+6
2012-03-04make sure to pass child var throughJacob Thornton1-3/+3
2012-03-04when > 0 rather than when not 0Jacob Thornton1-3/+3
2012-03-04new approach to grid with recursive mixins :DJacob Thornton1-233/+25
2012-03-04Fixed small button caret and moved less code to dropdownsSimon Charette2-5/+4
2012-02-28Added disabled styles to pagerDave Wasmer1-0/+6
2012-02-28Merge branch '2.0.2-wip' of https://github.com/twitter/bootstrap into ↵Jonathan Camile22-264/+434
features/warning_progress_bar
2012-02-27fix navbar container for default 940px grid per #2194Mark Otto2-1/+6
2012-02-27set line-height for labels to prevent change in height when floated per #2222Mark Otto1-1/+2
2012-02-27set list-style to none for breadcrumbs to resolve cross browser issues per #2224Mark Otto1-0/+1
2012-02-27removing a few of the size classes, changing up the documentationDominic Barnes1-13/+1
2012-02-27make .input-prepend/append .add-on text color the same as labels, #333, to ↵Mark Otto1-1/+0
close out #2276
2012-02-27simplify selector for .modal-form per #2218Mark Otto1-1/+1
2012-02-27add guard for child spansJacob Thornton1-72/+97
2012-02-27working through new grid implementation...Jacob Thornton1-55/+217
2012-02-25Adding a 'horizontal' option to description lists, similar to .form-horizontalDominic Barnes1-1/+36
2012-02-24Progress bars: Added warning (orange) barJonathan Camile1-0/+8
2012-02-22update modal footers to use text-align instead of float on buttons for alignmentMark Otto1-3/+5
2012-02-22Merge branch 'couchbaselabs-clearfix-ing-form-actions' into 2.0.2-wipMark Otto1-0/+1
2012-02-22Merge branch 'clearfix-ing-form-actions' of ↵Mark Otto1-0/+1
https://github.com/couchbaselabs/bootstrap into couchbaselabs-clearfix-ing-form-actions
2012-02-22fix #1954: icons in tabs add jank borderMark Otto1-2/+3
2012-02-22restore fixed navbar container reset to grid mixin, add override for inputs ↵Mark Otto1-51/+55
within grid mixins to fix #2080
2012-02-22Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipMark Otto4-229/+137
Conflicts: docs/assets/bootstrap.zip
2012-02-22tighten padding on labels and badges given default line-heightMark Otto2-4/+4
2012-02-21Merge branch '2.0.2-wip' of https://github.com/twitter/bootstrap into 2.0.2-wipJacob Thornton6-15/+88
Conflicts: docs/assets/bootstrap.zip less/mixins.less
2012-02-21rewrite the grid system. Clean shit up tons - only generate 12 columns by ↵Jacob Thornton4-224/+137
default - custom builder will do differently if you request it.
2012-02-21set width to auto for default navbar container, then override it later for ↵Mark Otto2-2/+13
fixed navbars (done all via the #gridSystem mixins)
2012-02-21clear up table styles and docs to fix rowspan and colspan issues for ↵Mark Otto1-4/+4
bordered tables, per #1918
2012-02-21clean up and simplify support for bottom navbar by automagically turning ↵Mark Otto2-2/+4
dropdowns into dropups
2012-02-21Merge branch '2.0/fork/components/dropup' of ↵Mark Otto4-7/+57
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-21add support and docs for .navbar-fixed-bottomMark Otto1-3/+18
2012-02-21move container up in default grid mixinMark Otto1-2/+4
2012-02-21move table columns mixin to mixins.lessMark Otto2-5/+9
2012-02-21Merge pull request #2143 from inmarelibero/2.0.2-wipMark Otto3-6/+68
Add columns 13-24 for grid systems to enable customization up to 24 cols
2012-02-21update forms help-blockMark Otto1-4/+11
2012-02-21substituted hard-coded number of columns (12) with @gridColumnsEmanuele Gaspari1-6/+6
2012-02-21added .span[13-24] and .offset[12-23] to support up to 24-columns layoutEmanuele Gaspari2-0/+62
2012-02-21Merge branch '2.0.2-wip-nowrapfix' of https://github.com/andriijas/bootstrap ↵Mark Otto2-0/+2
into andriijas-2.0.2-wip-nowrapfix Conflicts: docs/assets/bootstrap.zip
2012-02-21Merge pull request #2129 from andriijas/2.0.2-wip-navtabsMark Otto1-0/+1
Width fix on .tab-content
2012-02-21Merge pull request #2138 from laczoka/2.0.2-wipMark Otto1-0/+2
Fix for #2137, adding select to input append/prepend
2012-02-21adding responsive utility classes and matching docs section with super neato ↵Mark Otto2-3/+34
table and test
2012-02-21.input-append should work for select element, fixes #2137Laszlo Toeroek1-0/+2
2012-02-21100% width on .tab-contentAndreas Cederström1-0/+1
2012-02-21Bring back nowrap to labels and badgesAndreas Cederström2-0/+2
2012-02-20adding basic badges supportMark Otto2-0/+36