aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08Super massive docs overhaulMark Otto20-7246/+7291
* Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work)
2013-05-08Drop typeahead.js--instead try Twitter's typeahead pluginMark Otto7-1007/+2
2013-05-08hide entire navbar in print viewsMark Otto2-4/+4
2013-05-08Fixes #7816: revert negative margin on .navbar-navMark Otto2-2/+2
2013-05-08Merge pull request #7809 from twitter/bs3_adding_btn_defaultMark Otto6-218/+217
BS3: Require .btn-default for all standard buttons
2013-05-08Merge branch 'offcanvas-example' of github.com:trumbitta/bootstrap into ↵William Ghelfi0-0/+0
offcanvas-example
2013-05-08Merge branch 'offcanvas-example' of github.com:trumbitta/bootstrap into ↵William Ghelfi0-0/+0
offcanvas-example
2013-05-08add offcanvas layout example based on bradfrost/this-is-responsiveWilliam Ghelfi5-0/+306
2013-05-08add offcanvas layout example based on bradfrost/this-is-responsiveWilliam Ghelfi1-0/+195
2013-05-07indentation fixMark Otto1-1/+1
2013-05-07Update formsMark Otto3-70/+61
* Overhaul the form control sizing section to only show sizing via grid columns as parents, not as classes on inputs * Restore the inline-form option * Restore the bottom margin on form controls and make them block level instead of inline-block * More misc docs cleanup for forms
2013-05-07nuke the unused navbar that was leftoverMark Otto1-34/+0
2013-05-07Fixes #7796: change @list-group-active-text to @list-group-active-colorMark Otto2-2/+2
2013-05-07Require .btn-default for regular buttonsMark Otto6-218/+217
* Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS
2013-05-07Update config after updating to jekyll 1.0.1Mark Otto1-1/+1
2013-05-07Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-18/+18
2013-05-07Outdent nav links a bit more so they line up in navbarMark Otto2-2/+3
2013-05-07Merge pull request #7806 from koenpunt/patch-1Mark Otto1-1/+1
Updated URL for jekyll installation
2013-05-07Updated URL for jekyll installationKoen Punt1-1/+1
2013-05-07Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wipIvan Khalopik128-8255/+9522
Conflicts: js/tests/unit/bootstrap-collapse.js
2013-05-06Merge pull request #7798 from mediafreakch/3.0.0-wipMark Otto1-17/+17
fixed not working example code for modals
2013-05-06add offcanvas layout example based on bradfrost/this-is-responsiveWilliam Ghelfi5-0/+306
2013-05-06add offcanvas layout example based on bradfrost/this-is-responsiveWilliam Ghelfi1-0/+195
2013-05-06fixed not working example code for modalsEdgar Schnueriger1-17/+17
2013-05-04correct right nav in navbar examplesMark Otto3-7/+7
2013-05-04correct right nav in navbar examplesMark Otto3-7/+7
2013-05-04Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto3-1/+5
2013-05-04Fixes #7783: nuke bottom margin on fixed-bottom-navbarMark Otto2-3/+9
2013-05-04Merge pull request #7782 from cvrebert/patch-1Mark Otto1-1/+1
use @screen-small var in grid.less
2013-05-03use @screen-small var in grid.lessChris Rebert1-1/+1
Per comment by @nextgenthemes on/in cd06c5baac64a366
2013-05-03Merge pull request #7621 from jeremydenoun/patch-1Mark Otto2-0/+4
Fix flickering on progress bar width update
2013-05-03Fixes #7511: add support for nested button groups so you can use dropdowns ↵Mark Otto3-0/+56
in your button groups
2013-05-03Fixes #7721: change @navbar-text to @navbar-color, along with inverse optionsMark Otto3-4/+4
2013-05-03recompile after last justified nav tweaksMark Otto1-0/+6
2013-05-03Update justified nav CSS for proper selectorsMark Otto1-5/+4
2013-05-03Update justified nav CSS for proper selectorsMark Otto2-6/+7
2013-05-03Merge pull request #7670 from DarDar/3.0.0-wipMark Otto9-18/+18
Use @font-size-... variables instead of hardcoded font-size in px
2013-05-03Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-10/+4
2013-05-03Scope .table-bordered styles to immediate children onlyMark Otto2-78/+79
2013-05-03remove .fade from static modal example, but include in code snippetMark Otto1-1/+1
2013-05-03Merge pull request #7769 from holic/3.0.0-sticky-footerMark Otto2-10/+4
Use padding instead of #push with box-sizing: border-box
2013-05-03Merge pull request #7769 from holic/3.0.0-sticky-footerMark Otto2-10/+4
Use padding instead of #push with box-sizing: border-box
2013-05-03Merge branch 'bs3_cdn_docs_mention' into 3.0.0-wipMark Otto2-22/+45
Conflicts: docs/docs.html
2013-05-03Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto4-7/+7
2013-05-03Add cursor: pointer; to .checkbox and .radio and their inline counterpartsMark Otto2-0/+4
2013-05-03Merge pull request #7762 from sethlilly/3.0.0-wipMark Otto1-1/+1
Corrected typo in carousel.html
2013-05-03Merge pull request #7770 from holic/3.0.0-input-border-transitionMark Otto2-5/+5
Fix input border flicker in Chrome
2013-05-03run make on previous commitsMark Otto1-60/+15
2013-05-02More navbar CSS and docs cleanupMark Otto3-14/+62
* Rearrange sections * Add code snippets for text and links in navbars * Add .navbar-link back in * Add mention of .navbar-text, but it still needs to be re-implemented * Update nav to reflect new order
2013-05-02Improve buttons in navbarsMark Otto3-18/+23
* Add top margin, calculated by subtracting height of an input from height of a navbar, and dividing by two * Uses the same method as .navbar-form * To use, add .navbar-btn to any button outside a form element * Also add section to docs detailing buttons in navbars, and add more ids for the other unlinked and unmentioned sections in the side nav