aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-10-302.1.1 - hotfix for carouselv2.2.1fat2-2/+2
2012-10-29Merge branch '2.1.2-wip'v2.2.0Mark Otto36-216/+856
Conflicts: js/bootstrap-dropdown.js
2012-10-29derp, add that in the right spotMark Otto1-5/+3
2012-10-29fixes #4511: remove focus on opened modal windowMark Otto1-0/+5
2012-10-29v2.2.0 instead of v2.1.2Mark Otto2-2/+2
2012-10-16fixes #5496: use correct var for dropdown active link textMark Otto1-1/+1
2012-10-16fixes #5542: move '.hero-unit p' font-styles to '.hero-unit' so they apply ↵Mark Otto1-5/+6
to all elements, including ul and ol, within the component.
2012-10-10fixes #5478: remove double background color on dropdown linksMark Otto1-2/+0
2012-10-10fixes #5473: use baselineheight var for input bottom marginMark Otto1-1/+1
2012-10-07fixes #5443: reset background gradient on disabled dropdown linksMark Otto1-0/+1
2012-10-07fixes #5416: use correct variable for inverse navbar responsive linksMark Otto1-0/+4
2012-10-05fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > aMark Otto1-1/+1
2012-10-03finish off scoping of grid sizing to table elementsMark Otto1-2/+4
2012-10-03fixes #5257: add data-original-title attribute selector to abbr elementMark Otto1-1/+3
2012-10-03use border-radius vars where possibleMark Otto14-16/+16
2012-10-02Merge pull request #5281 from GotenXiao/pagination-active-backgroundMark Otto1-1/+1
Use paginationActiveBackground var to finish fixing #4295
2012-10-02fixes #5392: hover on submenu should maintain white icons for active parent ↵Mark Otto1-1/+3
a tag
2012-10-01remove double border effect: instead of inset shadow and border on fixed ↵Mark Otto1-2/+2
navbars, only border
2012-10-01improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵Mark Otto1-33/+14
css for left submenu
2012-10-01Merge branch '2.1.2-wip' of https://github.com/advancedrei/bootstrap into ↵Mark Otto1-1/+34
advancedrei-2.1.2-wip
2012-10-01Merge branch '2.1.2-wip-modal-responsivefix' of ↵Mark Otto1-1/+2
https://github.com/andriijas/bootstrap into andriijas-2.1.2-wip-modal-responsivefix
2012-10-01fixes #5319: add backface-visibility for webkit skewingMark Otto1-0/+1
2012-10-01fixes #5123: scope table grid classes to td and th elements only, plus drop ↵Mark Otto1-25/+14
columns 13-24
2012-10-01fixes #5275: inline-block badges and labels, then fix padding accordinglyMark Otto1-2/+4
2012-10-01fixes #5193 manually: checkbox and radio padding in .controls-rowMark Otto1-0/+5
2012-10-01fixes #5188: add .google-maps class to reset responsive images on ↵Mark Otto1-1/+2
case-by-case basis
2012-10-01Merge pull request #5369 from amid2887/2.1.2-wipMark Otto1-1/+2
Add missing icon class definition for navs.less
2012-10-01Add missing icon class definition for navs.lessamid28871-1/+2
add missing icon class definition for navs: '[class*=" icon-"]' P.S. Sorry for 2 pull requests with the same problem..
2012-09-30Merge branch 'amid2887-master' into 2.1.2-wipMark Otto1-2/+4
2012-10-01Add missing icon class definition for buttons.lessamid28871-2/+4
add missing icon class definition for buttons: '[class*=" icon-"]'
2012-09-27Fix for #4550Artem Kustikov1-1/+5
Also fixes dropdowns hiding behavior for case when two or more dropdowns with [data-toggle=dropdown] exist on the page
2012-09-27Making modal work with max width 767px - fixes #4860Andreas Cederström1-1/+2
2012-09-25Use paginationActiveBackground var to finish fixing #4295Robin Lewis1-1/+1
2012-09-24change tooltip/popover insert strategyJacob Thornton1-10/+0
remove modal-open class hopefully resolve z-index headaches
2012-09-24reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53Jacob Thornton1-1/+1
2012-09-23ensure 100% width for .uneditable-inputs in <767px viewportsMark Otto3-0/+73
2012-09-23match decimal placements in type.lessMark Otto1-1/+1
2012-09-22fixes #5216: calculate heading sizes via math rather than fixed pixel amountsMark Otto1-12/+17
2012-09-20fixes #5127: add @inputHeight to replace static instances of '30px' ↵Mark Otto3-6/+7
throughout forms
2012-09-20fixes #5150: add btn-group support to input groupsMark Otto1-1/+16
2012-09-20fixes #5102, #5166, #5194, #5205: add overflow: visible; to ↵Mark Otto4-3/+40
.nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8
2012-09-20fixes #5211 manually: spacing in mixins to match othersMark Otto1-2/+2
2012-09-20fixes #5212: text emphasis classes only get hover with linksMark Otto1-24/+11
2012-09-18add new vars for common border-radius, upping border-radius of inputs to ↵Mark Otto3-31/+57
4px; add border-radius changes to -large, -small, -mini for buttons and paginations
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini ↵Mark Otto3-38/+46
components; resize pagination and buttons to better match each other
2012-09-18Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ↵Mark Otto1-6/+48
uberspeck-2.1.2-wip
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵Mark Otto2-2/+140
start to add CSS tests for buttons
2012-09-18fixes #5178: update normalize to avoid resetting audio and video elements in ↵Mark Otto1-3/+3
android
2012-09-17fixes #5087: add hover states to text emphasis classes for linksMark Otto1-0/+12
2012-09-17fixes #5082 manually: reset font-size for .dropdown-menu within ↵Mark Otto1-2/+9
.input-prepend/-append