aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-13Merge pull request #9443 from mattleff/patch-1Chris Rebert1-1/+1
Tiny typo in class prefix
2013-08-13TypoMatthew Leffler1-1/+1
2013-08-13remove accordion from customizer; shorten min height for affixv3.0.0-rc.2Mark Otto2-7/+1
2013-08-13fixes #9439: use overflow: auto on navbar collapseMark Otto3-5/+5
2013-08-13Overhaul navbar alignment (.pull-) utilities (fixes #9440)Mark Otto4-25/+42
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 Otto2-29/+29
2013-08-13Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-2/+2
2013-08-13only affix the sidenav in the docs if the viewport is >800px tall (fixes ↵Mark Otto1-16/+18
#8704 and avoids #8721)
2013-08-13nuke the box-shadow on uncollapsed navbar-collapseMark Otto3-1/+3
2013-08-13Merge pull request #9437 from ggam/patch-1Mark Otto1-2/+2
Swapped input-lg and input-sm
2013-08-13Swapped input-lg and input-smGuillermo González de Agüero1-2/+2
Fixing my own error. Thanks to @kyleledbetter for reporting.
2013-08-13better rc2 download actionMark Otto1-2/+2
2013-08-13fix up broken tests by removing empty attrMark Otto1-1/+1
2013-08-13fix navbar border in docsMark Otto1-0/+1
2013-08-13Merge pull request #9403 from twbs/bs3_navbar_overhaulMark Otto9-462/+686
BS3: Navbar overhaul
2013-08-13Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto24-308/+575
Conflicts: dist/css/bootstrap.min.css
2013-08-13lighter default navbar, add borders to navbars, tweak padding and alignmentsMark Otto4-17/+43
2013-08-13Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-13fixes #9431: specify font-size in dropdown menus to avoid inheritance issuesMark Otto3-1/+3
2013-08-13Merge pull request #9427 from saiwang/fix-example-snippetMark Otto1-1/+1
fix mixin code example
2013-08-14fix mixin code examplesaiwang1-1/+1
2013-08-13Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto11-155/+278
2013-08-13fixes #9425: focused input in docs gets actual focus stylesMark Otto1-1/+1
2013-08-13Merge pull request #9404 from twbs/bs3_drop_accordion_for_panelMark Otto11-155/+278
BS3: Drop the accordion for the panel (fixes #8648)
2013-08-13Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panelMark Otto10-132/+243
Conflicts: dist/css/bootstrap.min.css
2013-08-13Merge pull request #9410 from ggam/pagination-sizeMark Otto2-38/+26
Added pagination-size mixin
2013-08-13Merge pull request #9421 from ggam/input-sizeMark Otto2-33/+26
Added input-size mixin
2013-08-13Merge pull request #9424 from twbs/bs3_btn_groupsMark Otto4-18/+138
BS3: `.btn-group`s for your `.btn-group`s
2013-08-13enable button groups in vertical button groupsMark Otto4-21/+60
2013-08-13Added input-size mixinggam2-33/+26
2013-08-13derpMark Otto4-15/+96
2013-08-13Merge pull request #9418 from BBosman/fix-9415Mark Otto1-1/+1
Fixes #9415
2013-08-13Merge pull request #9420 from saiwang/patch-highlight-hintChris Rebert1-1/+1
patch highlighting hint
2013-08-14patch highlighting hintsaiwang1-1/+1
2013-08-13Fixes #9415Bas Bosman1-1/+1
2013-08-13Fixed errorsGuillermo González de Agüero1-1/+1
2013-08-13Added pagination-size mixinggam2-38/+26
2013-08-13fixes #8985: only specify minified dist files for bowerMark Otto1-1/+1
2013-08-12fix negative indenting in button group for nested button groupsMark Otto3-3/+9
2013-08-12copyMark Otto1-1/+1
2013-08-12Drop the accordion for the panelMark Otto11-112/+231
* Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations
2013-08-12mention fubared state of overflow hidden on body in android and iOS to fix ↵Mark Otto1-0/+3
#8975 and #9315
2013-08-12Merge pull request #9389 from twbs/emphasize-git-HEADMark Otto2-3/+8
Emphasize git HEAD downloads
2013-08-12invert dropdown styles in navbar for inverse variationMark Otto3-1/+55
2013-08-12Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto9-80/+92
Conflicts: components.html dist/css/bootstrap.min.css
2013-08-12Merge pull request #9396 from twbs/docs-html-validationMark Otto7-59/+86
add HTML5 validation of docs pages to the build
2013-08-12finish fixing #9295: add button group buttons to new input group sizingMark Otto3-5/+9
2013-08-12fixes #9400: add box-sizing to pseudo elements as wellMark Otto3-3/+7
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto5-77/+80
2013-08-12Navbar refactorMark Otto8-456/+599
* 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