aboutsummaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)AuthorFilesLines
2013-08-17Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipfat2-1/+7
2013-08-17rebuildfat2-2/+4
2013-08-172px border on thead th elements for just a tad more separationMark Otto2-1/+7
2013-08-17fixes #9538: prevent Firefox rendering bug via some border-fuMark Otto2-2/+3
2013-08-17Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-2/+2
2013-08-17Fixes #9552: Downsize and use whole numbers for panel title to prevent odd ↵Mark Otto2-2/+2
1px bug
2013-08-17fix for #8768fat2-2/+2
2013-08-17fix #9743: pager hover background should be light grayMark Otto2-2/+2
2013-08-16fixes #9436 more: put padding on containers, not the body because full width ↵Mark Otto2-6/+6
elements
2013-08-16Make negative margins on rows the default, not just in containers, and add ↵Mark Otto2-25/+13
padding to body to compensate
2013-08-16fixes #9475Mark Otto2-2/+5
2013-08-16Justified nav now responsive; example updated accordingly (fixes #9708)Mark Otto2-5/+15
2013-08-16switch to margin on navbar-nav to avoid stacking negative space reported in ↵Mark Otto2-7/+2
#9705
2013-08-16fixed navbar static top bordersMark Otto2-2/+5
2013-08-16fixes #9642: open dropdown nav items get proper stylingMark Otto2-13/+5
2013-08-16xs button is xs-er (fixes #9695)Mark Otto2-3/+3
2013-08-15fixes #9663: second part, reset pushes and pulls in md and lg grid tiersMark Otto2-1/+13
2013-08-15Fixes #9663: Add offset overrides for medium and large grid tiersMark Otto2-1/+7
2013-08-15fixes #9655: scrope list group styles in panels to immediate children onlyMark Otto2-5/+5
2013-08-15nuke bg image on active/open for buttons for when we add gradientsMark Otto2-1/+38
2013-08-15fixes #9647: ensure open dropdown toggles get .active stylesMark Otto2-7/+13
2013-08-15fixes #9629Mark Otto2-1/+8
2013-08-15fixes #9622: reset to inline-block for img-thumbnail, but keep block for ↵Mark Otto2-3/+8
.thumbnail > img
2013-08-15fixes #9634: turn off overflow-y when the navbar is re-expanded into ↵Mark Otto2-1/+4
horizontal mode
2013-08-15improve pagination's active state so it looks less like the active state and ↵Mark Otto2-18/+27
more like active nav items
2013-08-15Add to #9578 and fix #9614: use cursor not-allowed on radios and checkboxesMark Otto2-1/+5
2013-08-15fix up inverse navbar form stylesMark Otto2-3/+8
2013-08-15fixes #9596: proper dropup caret colorsMark Otto2-7/+7
2013-08-15Fixes #9617: consistent variation order, add .label-primaryMark Otto2-11/+20
2013-08-15fixes #9607: restore bottom border on hover of nav tabs for proper displayMark Otto2-2/+2
2013-08-15fixes #9582: restore img-responsive as a class and move it's mixin to ↵Mark Otto2-1/+7
mixins.less
2013-08-15fixes #9507: remove padding on navbar-collapse as any padding on an animated ↵Mark Otto2-3/+9
object screws it up; instead use some padding on the navbar nav
2013-08-14fixes #9445: make img responsive mixin use display block, but provide option ↵Mark Otto2-9/+3
to pass custom value to it
2013-08-14fixes #9508: use navbar align mixin for buttons to get correct top/bottom ↵Mark Otto2-1/+2
spacing
2013-08-14Merge branch 'navbar-brand-margin' of https://github.com/Luis-TP/bootstrap ↵Mark Otto2-2/+1
into Luis-TP-navbar-brand-margin Conflicts: dist/css/bootstrap.min.css
2013-08-14refactor navbar file to better nest css and restore navbar-color to navbar ↵Mark Otto2-53/+49
text (fixes #9500)
2013-08-14remove gradients from dropdown menu items on hover/active (fixes #9473)Mark Otto2-18/+6
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert2-2/+13
2013-08-14Merge branch '3.0.0-wip' into reset-FF-Android-default-background-imageMark Otto2-16/+17
Conflicts: dist/css/bootstrap.min.css
2013-08-14fixes #8702 until Normalize.css starts handling thisChris Rebert2-1/+8
2013-08-14Merge branch '3.0.0-wip' of https://github.com/lerks/bootstrap into ↵Mark Otto2-16/+17
lerks-3.0.0-wip Conflicts: dist/css/bootstrap.min.css
2013-08-14Merge branch '3.0.0-wip' of https://github.com/jharbert/bootstrap into ↵Mark Otto2-15/+15
jharbert-3.0.0-wip Conflicts: dist/css/bootstrap.min.css
2013-08-14Get rid of navbar-brand margin-rightLuis Aleman2-2/+1
2013-08-14Remove .navbar-collapse padding when not in mobile contextLuis Aleman2-3/+2
2013-08-14fixes #9406: proper border for justified btn-groups inside tablesLuca Wehrstedt2-1/+2
2013-08-13Apply mixin to correct classLuis Aleman2-2/+4
2013-08-13fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu ↵Jason Harbert2-2/+3
are no longer visible
2013-08-13Fix .navbar-right > .dropdown-menu alignmentLuis Aleman2-1/+3
2013-08-13fixes #9439: use overflow: auto on navbar collapseMark Otto2-3/+3
2013-08-13Overhaul navbar alignment (.pull-) utilities (fixes #9440)Mark Otto2-9/+17
Now navbars have their own float utility classes, mixin-ed versions of `.pull-left` and `.pull-right`. * Removed chained `.navbar-nav.pull-right` * Added `.navbar-left` and `.navbar-right` as mixins of the default float utilities, but only above the `@grid-float-breakpoint` to match the new navbar behavior * Updated components docs to match the new changeas * Added callout about component alignment here to explain the new classes