| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-28 | Merge pull request #8730 from eluttner/3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| Javascript - tooltips directions - easier visualization | |||||
| 2013-07-28 | docs.css: Remove border-color that's missing a value | Chris Rebert | 1 | -1/+0 | |
| /cc @mdo to fix this properly later /cc @rcotrina94 from e1bb94c38370fd2542415557c660d0804d4f42b1 | |||||
| 2013-07-28 | Format multiple badges in list-group-item | Nicholas Westlake | 1 | -0/+3 | |
| 2013-07-28 | Javascript - tooltips directions - easier visualization | eduardo luttner | 1 | -2/+2 | |
| Changed the order of the visualization. It is not the css order, however it is easier to see the tooltips | |||||
| 2013-07-29 | get rid of out of order variable declaration | Andrey Popp | 1 | -35/+33 | |
| 2013-07-28 | Deleted unnecessary ID from modals example | Guillermo González de Agüero | 1 | -1/+1 | |
| 2013-07-28 | Deleted "show-grid" class from examples | Guillermo González de Agüero | 1 | -2/+2 | |
| 2013-07-28 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-07-28 | Merge pull request #8712 from claydiffrient/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Fix wording in 'hidden on...' to be in line with 3.0 wording. | |||||
| 2013-07-28 | fixes #8714: correct stacked pills nav | Mark Otto | 3 | -6/+4 | |
| 2013-07-28 | Fix relative links to examples and links to docs | Haukur Páll Hallvarðsson | 3 | -14/+14 | |
| 2013-07-28 | Fix wording in 'hidden on...' to be in line with 3.0 wording. | Clay Diffrient | 1 | -1/+1 | |
| 2013-07-28 | move things around | syed | 8 | -1392/+1448 | |
| Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html | |||||
| 2013-07-28 | fix #8701: IE 10+ supports <fieldset disabled> | Chris Rebert | 1 | -1/+1 | |
| *golf clap* | |||||
| 2013-07-28 | Safari handles <fieldset disabled> just fine; fixes #8698 | Chris Rebert | 1 | -1/+1 | |
| This makes me wonder whether recent IE might actually support this too. If not, your move IE Team. | |||||
| 2013-07-28 | derp, no s on that url | Mark Otto | 1 | -1/+1 | |
| 2013-07-28 | point to different download urls | Mark Otto | 1 | -2/+2 | |
| 2013-07-27 | temporarily undo @fat's scrollspy enhancement since it fucks firefox and ie | Mark Otto | 1 | -1/+1 | |
| 2013-07-27 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -0/+5 | |
| 2013-07-27 | Merge pull request #8696 from twbs/jshintrc | Chris Rebert | 1 | -0/+2 | |
| get jshint close to passing by updating .jshintrc settings | |||||
| 2013-07-28 | make pull-right !important | liuyl | 6 | -19/+5 | |
| 2013-07-27 | get jshint close to passing by updating .jshintrc settings | Chris Rebert | 1 | -0/+2 | |
| I don't agree with these personally, but they jive with BS/@fat's JS code style. The remaining jshint complaints are things that really actually should get fixed. | |||||
| 2013-07-27 | Merge pull request #8695 from twbs/fix-grunt-jshint | Chris Rebert | 0 | -0/+0 | |
| Fix grunt jshint | |||||
| 2013-07-27 | tweak Gruntfile.js so it passes jshint | Chris Rebert | 1 | -0/+2 | |
| 2013-07-27 | workaround possible bug in grunt-contrib-jshint | Chris Rebert | 1 | -0/+1 | |
| 2013-07-27 | tweak Gruntfile.js so it passes jshint | Chris Rebert | 1 | -0/+2 | |
| 2013-07-27 | workaround possible bug in grunt-contrib-jshint | Chris Rebert | 1 | -0/+1 | |
| 2013-07-27 | Add Bootstrap JS to make collapsible nav work | Ross Allen | 1 | -0/+2 | |
| This example uses the collapsible nav for smaller screen sizes, and it requires Bootstrap JS to get that functionality. | |||||
| 2013-07-27 | Add new 'form-control' class to style header inputs | Ross Allen | 1 | -2/+2 | |
| 2013-07-27 | Replace 'input-block-level' with 'form-control' | Ross Allen | 1 | -2/+2 | |
| 'input-block-level' was replaced with 'form-control' in v3. To get block-level inputs, the 'form-control' class is now needed. | |||||
| 2013-07-27 | Update carousel example JS path | Ross Allen | 1 | -1/+1 | |
| 'bootstrap.min.js' lives in '../bootstrap/js' now. Switch to the minified version for a smaller download since this example is focused on CSS changes, not JavaScript ones. | |||||
| 2013-07-27 | Match .carousel-inner specificity to beat styles | Ross Allen | 1 | -1/+1 | |
| '.carousel ing' was replaced with '.carousel-inner > .item > img' in 3.0 and now loses the specificity war. To make carousel images 500px tall, match specificity to make carousel.css win. | |||||
| 2013-07-27 | Remove back to top link from docs | Mark Otto | 2 | -28/+0 | |
| 2013-07-27 | fixes #8665: have modals use auto margin on sides and widen it instead of ↵ | Mark Otto | 3 | -13/+7 | |
| positioning and negative margin | |||||
| 2013-07-27 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-07-27 | Input groups overhaul | Mark Otto | 10 | -562/+645 | |
| * Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679 | |||||
| 2013-07-27 | Merge pull request #8685 from jouve/3.0.0-wip | Chris Rebert | 1 | -2/+2 | |
| fix README.md | |||||
| 2013-07-28 | fix README.md | Cyril Jouve | 1 | -2/+2 | |
| 2013-07-27 | fixes #8659: remove lingering .nav-header | Mark Otto | 3 | -10/+1 | |
| 2013-07-27 | fixes #8642: use .pull-right to keep dropdowns aligned in example | Mark Otto | 1 | -2/+2 | |
| 2013-07-27 | fixes #8675: align horizontal form label and input | Mark Otto | 3 | -3/+3 | |
| 2013-07-27 | Merge pull request #8676 from sprice/update-editorconfig | Mark Otto | 1 | -3/+0 | |
| Remove Makefile section from .editorconfig | |||||
| 2013-07-27 | Use local copy of jquery instead of hotlinking | Shawn Price | 1 | -2/+2 | |
| 2013-07-27 | Fix path to bootstrap javascript | Shawn Price | 1 | -1/+1 | |
| 2013-07-27 | Remove Makefile section from .editorconfig | Shawn Price | 1 | -3/+0 | |
| 2013-07-27 | Merge pull request #8650 from loic/3.0.0-wip | Mark Otto | 2 | -4/+4 | |
| Fixed minor typos in css.html | |||||
| 2013-07-27 | Merge pull request #8657 from Micronax/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Added rel="stylesheet" to CDN-Examples | |||||
| 2013-07-27 | Merge pull request #8663 from mekishizufu/fix-typo | Mark Otto | 1 | -1/+1 | |
| Fix typo in css.html | |||||
| 2013-07-28 | Fixed minor typos in javascript.html | Loic Bistuer | 1 | -2/+2 | |
| 2013-07-27 | Fix typo in css.html | Jiri Pospisil | 1 | -1/+1 | |
