aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
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
2013-08-13enable button groups in vertical button groupsMark Otto1-6/+28
2013-08-13derpMark Otto1-5/+29
2013-08-12fix negative indenting in button group for nested button groupsMark Otto1-1/+4
2013-08-12Drop the accordion for the panelMark Otto1-8/+71
* Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations
2013-08-12invert dropdown styles in navbar for inverse variationMark Otto1-0/+23
2013-08-12Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto1-3/+7
Conflicts: components.html dist/css/bootstrap.min.css
2013-08-12finish fixing #9295: add button group buttons to new input group sizingMark Otto1-2/+4
2013-08-12fixes #9400: add box-sizing to pseudo elements as wellMark Otto1-1/+3
2013-08-12Navbar refactorMark Otto1-66/+170
* Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs
2013-08-12fix navbar form alignment of inputs by restoring inline-blockMark Otto1-0/+6