aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-03-27clarify docs on unstyled listsMark Otto1-1/+1
2013-03-27Refactor .list-inline and .list-unstyledMark Otto1-1/+5
* Instead of shared and separate CSS, isolate by class for easier mixin-ability * .list-unstyled is now used as a mixin in .list-inline
2013-03-26docs fixes with new .bs-docs-container; fixing some lingering grid classesMark Otto7-22/+34
2013-03-26Remove grid example; update grid classes in examplesMark Otto5-81/+17
2013-03-26New grid classesMark Otto8-281/+283
2013-03-26remove .navbar-inner from starter templateMark Otto1-16/+14
2013-03-26Merge branch '3.0.0-wip' of https://github.com/psylabs/bootstrap into ↵Mark Otto5-11/+11
psylabs-3.0.0-wip Conflicts: less/tests/navbar-fixed-top.html less/tests/navbar-static-top.html less/tests/navbar.html
2013-03-25Fixed the navbar toggle in example templates by changing all the ".btn ↵mo4-5/+5
.btn-navbar" to ".navbar-toggle"
2013-03-25Fixed all the .brand in navbar to .navbar-brandmo5-7/+7
2013-03-17color border in table contextual classesMark Otto1-0/+6
2013-03-17Fixes #7297: add support for .success, .error, and .warning on td and th ↵Mark Otto1-0/+12
elements in tables
2013-03-17incorporate print utilities classes into responsive docs; rejigger some contentMark Otto1-2/+26
2013-03-17Exploring rems as font-size unitMark Otto1-32/+29
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-16fixes #7140: hide navbar toggle in printMark Otto1-0/+3
2013-03-16Fixes #7150: colorize links in alertsMark Otto1-0/+24
2013-03-16typoMark Otto1-1/+1
2013-03-16Fix vertical button groupsMark Otto1-0/+1
2013-03-16Use form elements in checkbox and radio button groupsMark Otto2-24/+77
* Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat
2013-03-16remove inner shadow from .highlightMark Otto1-1/+0
2013-03-16update pygments highlighting with customizations from prebootMark Otto1-2/+6
2013-03-15Overhaul the grid system and its docsMark Otto2-18/+165
* Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things
2013-03-15begin to rewrite the grid docsMark Otto1-8/+23
2013-03-15getting started as navbar link labelMark Otto1-1/+1
2013-03-14Use translucent box shadow on hr elements; colorize hr elements within alert ↵Mark Otto1-16/+56
components
2013-03-14fix derpy linenos in pygments for thumbnails componentMark Otto2-3/+2
2013-03-14unfuck misaligned main containerMark Otto2-5/+4
2013-03-14fix example navbar brandMark Otto1-1/+1
2013-03-14use the proper selectorMark Otto1-1/+1
2013-03-14modify copyMark Otto1-5/+5
2013-03-14Merge branch '3.0.0-wip' of https://github.com/addyosmani/bootstrap into ↵Mark Otto1-0/+5
addyosmani-3.0.0-wip
2013-03-14Fixes #7281: make tables super specific for hovers and striping to avoid ↵Mark Otto1-10/+10
nesting issues
2013-03-14Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-2/+2
Conflicts: less/grid.less
2013-03-14Added bower install to download/install options in getting started guideAddy1-0/+5
2013-03-10Merge pull request #7208 from benilovj/3.0.0-wipMark Otto1-1/+1
fix grammatical mistakes in carousel docs
2013-03-10Set border-box globally insteadMark Otto1-12/+6
2013-03-09Fix Typo sucess to successUfuk Avcu1-1/+1
Mini typo fix in the docs...
2013-03-08fix grammatical mistakes in carousel docsJake Benilov1-1/+1
2013-03-03tweak icons alignmentMark Otto1-0/+8
2013-03-03Remove support for .uneditable-inputMark Otto1-53/+13
2013-03-03Nuke the gallery, punt it to the new http://expo.getbootstrap.comMark Otto25-134/+7
2013-03-03fix row change at breakpointMark Otto1-0/+4
2013-03-01nuke commented out unused varMark Otto1-5/+0
2013-03-01Merge branch 'master' into 3.0.0-wipMark Otto7-10/+26
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less package.json
2013-03-01Fix alignment of .navbar-brandMark Otto1-1/+1
2013-03-01improve navbar toggle and hide code snippets on mobile devices for nowMark Otto3-2/+16
2013-03-01redo the buttons examplesMark Otto1-62/+44
2013-02-28customize navbar in docsMark Otto2-1/+17
2013-02-28Fixes #6998: disabled background color properly on paginationMark Otto1-1/+1
2013-02-28Fixes #6995: Add disabled navbar nav link supportMark Otto2-2/+17
2013-02-28Fixes #6954: properly reset grid classes within tablesMark Otto1-3/+7