aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-12-19Remove support for multiple buttons in input groups because fuck that shit.Mark Otto3-72/+6
2012-12-19Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate ↵Mark Otto1-2/+2
children only
2012-12-19Use normalize as separate file instead of with other resets; still need to ↵Mark Otto1-78/+289
punt other styles
2012-12-19Update clearfix mixin and class per @necolas's feedbackMark Otto1-33/+18
2012-12-12* modify scrollspy documentation to clarify javascript usageJim Webb1-2/+8
* add scrollspy 'target' option
2012-12-10Version bumpMark Otto19-32/+32
2012-12-10Fixes #6174: Caret alignment in small and mini buttonsMark Otto1-2/+5
2012-12-10Escape HTML of section elementMark Otto2-2/+2
2012-12-10IE10 fix in responsive utilities, not regular utilitiesMark Otto2-4/+4
2012-12-10Move IE10 responsive fix to responsive utilities so Customizer gets itMark Otto2-4/+4
2012-12-10move reset after vars and mixinsMark Otto1-32/+32
2012-12-10document caveat regarding fieldset legend and #6199Chris Rebert2-2/+4
2012-12-10document fieldset[disabled] styling added in #6199; per @mdoChris Rebert2-0/+74
2012-12-09fixes #5605: style as disabled all form controls & btns under a disabled ↵Chris Rebert1-14/+31
fieldset this is a resubmission of #5875, but now against branch 3.0.0-wip does not exclude elements under a fieldset's legend issue #6058 is a duplicate of #5605
2012-12-10Update .dropdown-menu selectors to avoid conflicts with other elements. ↵Blake Embrey1-8/+8
Fixes #6197
2012-12-09Fix checkbox and radios exampleMark Otto3-48/+73
2012-12-09Nested columns docs tweaksMark Otto2-12/+12
2012-12-09Refactor input groupsMark Otto3-543/+310
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
2012-12-09lowered carousel beneath the navNathan Bridgewater1-1/+1
2012-12-08Merge conflictsMark Otto2-2/+2
2012-12-08Restore print stylesMark Otto1-0/+52
2012-12-08Test removal of print styles for customized buildsMark Otto1-52/+0
2012-12-08Fix docs typosMark Otto2-2/+2
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto19-65/+358
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-08Fixes #5729: Nested striped tablesv2.2.2Mark Otto1-2/+6
* Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg
2012-12-08Nesting tablesMark Otto2-28/+11
* Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only
2012-12-08Apply code tag to data attribute on javascript pageQuy Ton2-8/+8
2012-12-07get tests passing for typeahead :Pfat3-13/+17
2012-12-07insert menu of typeahead after input which it suggests on #3529fat3-5/+5
note: this will likely break things for people in the same way that doing this to tooltip did… however we think this is a better insertion model for z-index,scrolling,modal,etc. applications
2012-12-07focus on escape in typeaheadfat4-5/+7
2012-12-07remove slide from carousel constructor #5579fat3-3/+1
2012-12-07rebuild and only select visible dropdown itemsfat4-5/+5
2012-12-07add noConflict functionality to all bootstrap pluginsfat16-12/+306
2012-12-07Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wipMark Otto1-0/+2
2012-12-07Fixes #6148: Icons in mini buttons properly alignedMark Otto3-20/+15
2012-12-07Merge pull request #6151 from tierra/pre-code-white-space-fixMark Otto1-0/+2
Fix code block white-space breaks within pre tags.
2012-12-07Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wipMark Otto4-10/+10
2012-12-07Fixes #6136: Proper scoping of breadcrumbs dividerMark Otto1-1/+1
2012-12-06Fix code block white-space breaks within pre tags.Bryan Petty1-0/+2
2012-12-05Escape ×Quy Ton4-10/+10
2012-12-05Nuke all i18n tags from .mustache templatesMark Otto8-1824/+1824
2012-12-05Remove commented out old popover CSSMark Otto1-60/+0
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto25-205/+205
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-04add gallery page, fill with a few screenshots to startMark Otto22-18/+296
2012-12-04Fixes #4550: Temporary fix for dropdown taps on mobileMark Otto3-1/+3
* Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781 * Stops propagation for touchstart for dropdowns
2012-12-04Fix up display of dropdown submenu examples on responsive viewsMark Otto3-13/+47
2012-12-04correct link on index page to grid systemMark Otto2-2/+2
2012-12-03Once more, update all the favicons to retinaMark Otto17-33/+33
2012-12-03Align the touch icons attributesMark Otto9-18/+18
2012-12-03Fixes #6115: scope breadcrumb styles to immediate children onlyMark Otto1-3/+3