aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2013-08-17Fixes #9552: Downsize and use whole numbers for panel title to prevent odd ↵Mark Otto1-1/+1
1px bug
2013-08-17fix #9743: pager hover background should be light grayMark Otto1-1/+1
2013-08-16fixes #9436 more: put padding on containers, not the body because full width ↵Mark Otto1-5/+5
elements
2013-08-16Make negative margins on rows the default, not just in containers, and add ↵Mark Otto1-24/+12
padding to body to compensate
2013-08-16fixes #9475Mark Otto1-1/+4
2013-08-16Justified nav now responsive; example updated accordingly (fixes #9708)Mark Otto1-4/+14
2013-08-16switch to margin on navbar-nav to avoid stacking negative space reported in ↵Mark Otto1-6/+1
#9705
2013-08-16fixed navbar static top bordersMark Otto1-1/+4
2013-08-16fixes #9642: open dropdown nav items get proper stylingMark Otto1-12/+4
2013-08-16xs button is xs-er (fixes #9695)Mark Otto1-2/+2
2013-08-15fixes #9663: second part, reset pushes and pulls in md and lg grid tiersMark Otto1-0/+12
2013-08-15Fixes #9663: Add offset overrides for medium and large grid tiersMark Otto1-0/+6
2013-08-15fixes #9655: scrope list group styles in panels to immediate children onlyMark Otto1-4/+4
2013-08-15nuke bg image on active/open for buttons for when we add gradientsMark Otto1-0/+37
2013-08-15fixes #9647: ensure open dropdown toggles get .active stylesMark Otto1-6/+12
2013-08-15fixes #9629Mark Otto1-0/+7
2013-08-15fixes #9622: reset to inline-block for img-thumbnail, but keep block for ↵Mark Otto1-2/+7
.thumbnail > img
2013-08-15fixes #9634: turn off overflow-y when the navbar is re-expanded into ↵Mark Otto1-0/+3
horizontal mode
2013-08-15improve pagination's active state so it looks less like the active state and ↵Mark Otto1-17/+26
more like active nav items
2013-08-15Add to #9578 and fix #9614: use cursor not-allowed on radios and checkboxesMark Otto1-0/+4
2013-08-15fix up inverse navbar form stylesMark Otto1-2/+7
2013-08-15fixes #9596: proper dropup caret colorsMark Otto1-6/+6
2013-08-15Fixes #9617: consistent variation order, add .label-primaryMark Otto1-10/+19
2013-08-15fixes #9607: restore bottom border on hover of nav tabs for proper displayMark Otto1-1/+1
2013-08-15fixes #9582: restore img-responsive as a class and move it's mixin to ↵Mark Otto1-0/+6
mixins.less
2013-08-15fixes #9507: remove padding on navbar-collapse as any padding on an animated ↵Mark Otto1-2/+8
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 Otto1-8/+2
to pass custom value to it
2013-08-14fixes #9508: use navbar align mixin for buttons to get correct top/bottom ↵Mark Otto1-0/+1
spacing
2013-08-14Merge branch 'navbar-brand-margin' of https://github.com/Luis-TP/bootstrap ↵Mark Otto1-1/+0
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 Otto1-52/+48
text (fixes #9500)
2013-08-14remove gradients from dropdown menu items on hover/active (fixes #9473)Mark Otto1-17/+5
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert1-1/+12
2013-08-14Merge branch '3.0.0-wip' into reset-FF-Android-default-background-imageMark Otto1-15/+16
Conflicts: dist/css/bootstrap.min.css
2013-08-14fixes #8702 until Normalize.css starts handling thisChris Rebert1-0/+7
2013-08-14Merge branch '3.0.0-wip' of https://github.com/lerks/bootstrap into ↵Mark Otto1-15/+16
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 Otto1-14/+14
jharbert-3.0.0-wip Conflicts: dist/css/bootstrap.min.css
2013-08-14Get rid of navbar-brand margin-rightLuis Aleman1-1/+0
2013-08-14Remove .navbar-collapse padding when not in mobile contextLuis Aleman1-2/+1
2013-08-14fixes #9406: proper border for justified btn-groups inside tablesLuca Wehrstedt1-0/+1
2013-08-13Apply mixin to correct classLuis Aleman1-1/+3
2013-08-13fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu ↵Jason Harbert1-1/+2
are no longer visible
2013-08-13Fix .navbar-right > .dropdown-menu alignmentLuis Aleman1-0/+2
2013-08-13fixes #9439: use overflow: auto on navbar collapseMark Otto1-2/+2
2013-08-13Overhaul navbar alignment (.pull-) utilities (fixes #9440)Mark Otto1-8/+16
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
2013-08-13grunt dist on prev forms changeMark Otto1-28/+28
2013-08-13nuke the box-shadow on uncollapsed navbar-collapseMark Otto1-0/+1
2013-08-13Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto1-56/+173
Conflicts: dist/css/bootstrap.min.css
2013-08-13lighter default navbar, add borders to navbars, tweak padding and alignmentsMark Otto1-10/+24
2013-08-13fixes #9431: specify font-size in dropdown menus to avoid inheritance issuesMark Otto1-0/+1
2013-08-13Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panelMark Otto1-48/+101
Conflicts: dist/css/bootstrap.min.css