| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-16 | Remove "js" keyword /cc @cvrebert | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-16 | Merge pull request #10661 from Shotster/simplified-responsive-invisibility | Chris Rebert | 1 | -2/+2 | |
| Simplified CSS responsive-invisibility mixin | |||||
| 2013-09-16 | Fix package.json | Zlatan Vasović | 1 | -3/+3 | |
| * Add "js" keyword * Fix homepage link * Bump grunt-contrib-connect to newer version | |||||
| 2013-09-16 | Changed the border-color of .navbar-form to @navbar-default-border | Lipis | 1 | -1/+1 | |
| 2013-09-16 | add responsive CSS to hyperlinked images when thumbnail caption markup is used | Kevin Lisota | 1 | -1/+2 | |
| When thumbnail caption markup is used in combination with a hyperlinked image, the image is not responsive. (non-hyperlinked images are fine, like the example in the docs) Adding a selector to apply responsiveness to hyperlinked images when thumbnail captions are used. | |||||
| 2013-09-16 | Simplified CSS responsive-invisibility mixin | Steve S | 1 | -2/+2 | |
| 2013-09-16 | Derp, there were more | Soheil Behnezhad | 1 | -2/+2 | |
| 2013-09-16 | Remove some more unnecessary semicolons | Soheil Behnezhad | 1 | -8/+8 | |
| 2013-09-16 | Dropdown in panel header does not inherit its colors | Chris Ziogas | 4 | -1/+35 | |
| Fix for issue #10627 | |||||
| 2013-09-16 | Remove unnecessary semicolons | Soheil Behnezhad | 1 | -2/+2 | |
| 2013-09-15 | Merge pull request #10653 from homeyer/patch-1 | Chris Rebert | 1 | -1/+1 | |
| remove duplicate text in documentation for popover | |||||
| 2013-09-15 | remove duplicate text in documentation for popover | Andrew Homeyer | 1 | -1/+1 | |
| 2013-09-14 | Removed unneeded 'accordion-toggle' class. Fixes #10481 | ggam | 1 | -6/+6 | |
| 2013-09-13 | Add nav-pills-border-radius variable | Jake Buob | 2 | -1/+2 | |
| 2013-09-13 | Make nav pills border-radius border-radius-base | Jake Buob | 2 | -2/+2 | |
| 2013-09-13 | Merge pull request #10623 from jdorfman/jdorfman-maxcdn-link | Mark Otto | 1 | -1/+1 | |
| getting-started - Replace NetDNA.com with MaxCDN.com | |||||
| 2013-09-13 | getting-started - Replace NetDNA.com with MaxCDN.com | Justin Dorfman | 1 | -1/+1 | |
| 2013-09-13 | Merge pull request #10619 from mathiasose/master | Chris Rebert | 1 | -1/+1 | |
| Further clarification about this step | |||||
| 2013-09-13 | As a node.js noob, even with the previous clarification this was a bit ↵ | Mathias Ose | 1 | -1/+1 | |
| unclear. This change should (hopefully) make it obvious. | |||||
| 2013-09-12 | Merge pull request #10598 from ZDroid/patch-1 | Mark Otto | 1 | -1/+1 | |
| Linux users also love Chrome | |||||
| 2013-09-12 | rm irrelevant entries from .gitignore; fixes #10609 | Chris Rebert | 1 | -6/+1 | |
| 2013-09-12 | Better? /cc @mdo | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-12 | Merge pull request #10602 from mikefrancis/patch-2 | Mark Otto | 1 | -0/+6 | |
| Added in list elements for dividers | |||||
| 2013-09-12 | Added in list elements for dividers | Mike Francis | 1 | -0/+6 | |
| 2013-09-12 | We also use Chrome :P | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-12 | Merge pull request #10597 from ZDroid/patch-1 | Chris Rebert | 1 | -1/+1 | |
| @grid-float-breakpoint need to be @screen-sm-min | |||||
| 2013-09-12 | @grid-float-breakpoint need to be @screen-sm-min | Zlatan Vasović | 1 | -1/+1 | |
| :smile: | |||||
| 2013-09-11 | Merge pull request #10573 from gribelu/tooltip-fix | Mark Otto | 1 | -8/+8 | |
| Hardcoded Tooltip arrow positioning | |||||
| 2013-09-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 6 | -6/+11 | |
| 2013-09-11 | Fixes #10492: Account for responsive tables in panels | Mark Otto | 3 | -10/+34 | |
| 2013-09-11 | Merge pull request #10569 from ZDroid/patch-2 | Mark Otto | 5 | -6/+6 | |
| Change @screen-* to @screen-*-min | |||||
| 2013-09-11 | Merge pull request #10594 from twbs/navbar-form-labels-warning | Mark Otto | 1 | -0/+5 | |
| add same accessibility warning from .form-inline to .navbar-form docs | |||||
| 2013-09-11 | add same accessibility warning from .form-inline to .navbar-form docs | Chris Rebert | 1 | -0/+5 | |
| 2013-09-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -2/+3 | |
| 2013-09-11 | Massive customizer audit and overhaul | Mark Otto | 4 | -274/+541 | |
| I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786 | |||||
| 2013-09-11 | Remove unneeded comment in layouts | Mark Otto | 2 | -2/+0 | |
| 2013-09-11 | Merge pull request #10590 from twbs/doc-jquery-version | Mark Otto | 2 | -2/+2 | |
| document jQuery version requirement; fixes #10355 | |||||
| 2013-09-11 | Merge pull request #10591 from twbs/modal-remote-migration-doc | Chris Rebert | 1 | -0/+1 | |
| add modal 'remote' option semantics change to migration docs | |||||
| 2013-09-11 | add modal 'remote' option semantics change to migration docs; fixes #10585 | Chris Rebert | 1 | -0/+1 | |
| 2013-09-11 | document jQuery version requirement; fixes #10355 | Chris Rebert | 2 | -2/+2 | |
| 2013-09-11 | scope customizer h4 change | Mark Otto | 1 | -1/+1 | |
| 2013-09-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 6 | -29/+50 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-11 | run grunt | Mark Otto | 1 | -1/+1 | |
| 2013-09-11 | re-fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-09-11 | Merge pull request #10584 from twbs/ie_viewports | Mark Otto | 5 | -26/+39 | |
| Fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply to docs | |||||
| 2013-09-11 | Merge branch 'ie_viewports' of github.com:twbs/bootstrap into ie_viewports | Mark Otto | 2 | -2/+3 | |
| Conflicts: getting-started.html less/responsive-utilities.less | |||||
| 2013-09-11 | fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵ | Mark Otto | 5 | -26/+38 | |
| docs | |||||
| 2013-09-11 | remove unnecessary right and left properties on .modal-dialog | Mark Otto | 3 | -5/+1 | |
| 2013-09-11 | fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵ | Mark Otto | 5 | -26/+38 | |
| docs | |||||
| 2013-09-11 | Merge pull request #10338 from twbs/readd-optin-notes | Mark Otto | 1 | -3/+11 | |
| Fix #10324: Add opt-in note to tooltip docs | |||||
