aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08.bs-docs-tooltip-examples to .bs-example-tooltipsMark Otto2-4/+4
2013-05-08.bs-docs-example to .bs-exampleMark Otto5-206/+206
2013-05-08.bs-docs-footer to .bs-footer; nuke .bs-docs-container css; remove ↵Mark Otto2-23/+14
.bs-docs-container from footer
2013-05-08.bs-docs-social-* to .bs-social-*Mark Otto2-9/+8
2013-05-08nuke stuff from customizerMark Otto1-7/+2
2013-05-08.bs-docs-top to .bs-topMark Otto4-6/+6
2013-05-08.bs-docs-header to .bs-headerMark Otto2-6/+6
2013-05-08docs css reorgMark Otto1-49/+34
2013-05-08more work on the sidenav, including small css refactor and new classesMark Otto3-61/+44
2013-05-08more navbar and header tweaksMark Otto1-4/+6
2013-05-08new docs page headersMark Otto2-11/+22
2013-05-08red navbar for docsMark Otto2-6/+15
2013-05-08make restored top navbar collapsableMark Otto1-1/+6
2013-05-08refactor homepage jumbotron masthead doodadMark Otto2-59/+49
2013-05-08move social buttons to separate includeMark Otto3-33/+18
2013-05-08Super massive docs overhaulMark Otto19-7245/+7290
* 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 Otto4-435/+1
2013-05-08hide entire navbar in print viewsMark Otto1-2/+2
2013-05-08Fixes #7816: revert negative margin on .navbar-navMark Otto1-1/+1
2013-05-08Merge pull request #7809 from twitter/bs3_adding_btn_defaultMark Otto2-147/+151
BS3: Require .btn-default for all standard buttons
2013-05-08add offcanvas layout example based on bradfrost/this-is-responsiveWilliam Ghelfi5-0/+306
2013-05-07Update formsMark Otto2-65/+38
* 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-07Require .btn-default for regular buttonsMark Otto2-147/+151
* 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-07Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-17/+17
2013-05-07Outdent nav links a bit more so they line up in navbarMark Otto1-1/+1
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-04Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-0/+3
2013-05-04Fixes #7783: nuke bottom margin on fixed-bottom-navbarMark Otto1-0/+1
2013-05-03Merge pull request #7621 from jeremydenoun/patch-1Mark Otto1-0/+3
Fix flickering on progress bar width update
2013-05-03Fixes #7511: add support for nested button groups so you can use dropdowns ↵Mark Otto2-0/+41
in your button groups
2013-05-03Fixes #7721: change @navbar-text to @navbar-color, along with inverse optionsMark Otto1-1/+1
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-03Merge pull request #7670 from DarDar/3.0.0-wipMark Otto1-8/+8
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 Otto1-39/+39
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 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 Otto2-5/+5
2013-05-03Add cursor: pointer; to .checkbox and .radio and their inline counterpartsMark Otto1-0/+2
2013-05-03Merge pull request #7762 from sethlilly/3.0.0-wipMark Otto1-1/+1
Corrected typo in carousel.html
2013-05-03run make on previous commitsMark Otto1-60/+15
2013-05-02More navbar CSS and docs cleanupMark Otto2-9/+37
* 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 Otto2-5/+14
* 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
2013-05-02Cleanup .navbar-form stylesMark Otto1-0/+32
* Nuke the commented out navbar forms code that's not currently needed * Add a few more examples to the .navbar-form docs section * Remove (for now at least) top padding on checkbox and radios
2013-05-02add customizer link to docs homepageMark Otto1-0/+3
2013-05-03Fix input border flicker in Chrome from @garoevans, closes #7689Kevin Ingersoll1-4/+4