aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.min.css
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15Fixes #9617: consistent variation order, add .label-primaryMark Otto1-1/+1
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-1/+1
mixins.less
2013-08-15fixes #9507: remove padding on navbar-collapse as any padding on an animated ↵Mark Otto1-1/+1
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-1/+1
to pass custom value to it
2013-08-14fixes #9508: use navbar align mixin for buttons to get correct top/bottom ↵Mark Otto1-1/+1
spacing
2013-08-14Merge branch 'navbar-brand-margin' of https://github.com/Luis-TP/bootstrap ↵Mark Otto1-1/+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 Otto1-1/+1
text (fixes #9500)
2013-08-14remove gradients from dropdown menu items on hover/active (fixes #9473)Mark Otto1-1/+1
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert1-1/+1
2013-08-14Merge branch '3.0.0-wip' into reset-FF-Android-default-background-imageMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-08-14fixes #8702 until Normalize.css starts handling thisChris Rebert1-1/+1
2013-08-14Merge branch '3.0.0-wip' of https://github.com/lerks/bootstrap into ↵Mark Otto1-1/+1
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-1/+1
jharbert-3.0.0-wip Conflicts: dist/css/bootstrap.min.css
2013-08-14Get rid of navbar-brand margin-rightLuis Aleman1-1/+1
2013-08-14Remove .navbar-collapse padding when not in mobile contextLuis Aleman1-1/+1
2013-08-14fixes #9406: proper border for justified btn-groups inside tablesLuca Wehrstedt1-1/+1
2013-08-13Apply mixin to correct classLuis Aleman1-1/+1
2013-08-13fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu ↵Jason Harbert1-1/+1
are no longer visible
2013-08-13Fix .navbar-right > .dropdown-menu alignmentLuis Aleman1-1/+1
2013-08-13fixes #9439: use overflow: auto on navbar collapseMark Otto1-1/+1
2013-08-13Overhaul navbar alignment (.pull-) utilities (fixes #9440)Mark Otto1-1/+1
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-1/+1
2013-08-13nuke the box-shadow on uncollapsed navbar-collapseMark Otto1-1/+1
2013-08-13Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-08-13lighter default navbar, add borders to navbars, tweak padding and alignmentsMark Otto1-1/+1
2013-08-13fixes #9431: specify font-size in dropdown menus to avoid inheritance issuesMark Otto1-1/+1
2013-08-13Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panelMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-08-13enable button groups in vertical button groupsMark Otto1-1/+1
2013-08-13derpMark Otto1-1/+1
2013-08-12fix negative indenting in button group for nested button groupsMark Otto1-1/+1
2013-08-12Drop the accordion for the panelMark Otto1-1/+1
* 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-1/+1
2013-08-12Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto1-1/+1
Conflicts: components.html dist/css/bootstrap.min.css
2013-08-12finish fixing #9295: add button group buttons to new input group sizingMark Otto1-1/+1
2013-08-12fixes #9400: add box-sizing to pseudo elements as wellMark Otto1-1/+1
2013-08-12Navbar refactorMark Otto1-1/+1
* 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-1/+1
2013-08-12fixes #9258: no more float bug with full-width grid columns by removing ↵Mark Otto1-1/+1
float on all .col-*-12 classes
2013-08-12drop the class on the button group toggles CSS (alt fix to #9297)Mark Otto1-1/+1
2013-08-12undo the grid max-width boundary because it makes offsets kinda borked ↵Mark Otto1-1/+1
(you'd have to set twice, for medium and large, in most cases--and that sucks)
2013-08-12fixes #9392: no need for width auto on inline/navbar form controls given ↵Mark Otto1-1/+1
inline-block on parent form group
2013-08-12Newfangled input and button group sizing (fixes #9295)Mark Otto1-1/+1
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
2013-08-12inherit font-size in code when inside preMark Otto1-1/+1
2013-08-12fixes #9382: inline forms now require use of .form-group for proper ↵Mark Otto1-1/+1
alignment of all form controls
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto1-1/+1
anyway
2013-08-12fix #9239 by restoring old ie8 responsive img fooMark Otto1-1/+1
2013-08-12fixes #9266 manually on account of list group file reorganizationMark Otto1-1/+1
2013-08-12fixes #8835: make it so active list group items aren't dependent on an <a> tagMark Otto1-1/+1
2013-08-12fixes #9310: alerts aren't dismissable by default, now requires ↵Mark Otto1-1/+1
.alert-dismissable if you need a close button