| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-02 | Merge pull request #36 from ggam/patch-1 | Mark Otto | 1 | -0/+5 | |
| Included required JavaScript in navbar-static-top | |||||
| 2013-08-02 | fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-08-02 | fixes #8957 | fat | 3 | -3/+7 | |
| 2013-08-02 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | fat | 26 | -278/+442 | |
| 2013-08-02 | fixes #8955 | fat | 1 | -1/+1 | |
| 2013-08-02 | Tighten up buttons and form controls | Mark Otto | 5 | -19/+28 | |
| * Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711) | |||||
| 2013-08-02 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -14/+14 | |
| 2013-08-02 | fixes #9015: bold links not semibold in alerts | Mark Otto | 3 | -3/+3 | |
| 2013-08-02 | Merge pull request #9018 from adamwoodbeck/3.0.0-wip | Mark Otto | 1 | -14/+14 | |
| Added ".col-sm-*" to the grid example per the description above the | |||||
| 2013-08-02 | Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵ | Mark Otto | 4 | -82/+219 | |
| https://github.com/jtickle/fp-bootstrap into jtickle-3.0.0-wip-fixed-grid-push-pull-offset Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-02 | Added ".col-sm-*" to the grid example per the description above the | Adam Woodbeck | 1 | -14/+14 | |
| example. | |||||
| 2013-08-02 | Merge pull request #9017 from jonschlinkert/3.0.0-wip | Mark Otto | 4 | -27/+27 | |
| updates mixins to consistently use semicolons as argument separator. | |||||
| 2013-08-02 | Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵ | Jon Schlinkert | 4 | -27/+27 | |
| consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS. | |||||
| 2013-08-02 | run grunt dist for #8967 | Mark Otto | 2 | -2/+8 | |
| 2013-08-02 | Merge pull request #8967 from bassjobsen/patch-2 | Mark Otto | 1 | -1/+3 | |
| Update input-groups.less | |||||
| 2013-08-02 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+6 | |
| 2013-08-02 | Merge pull request #8979 from ggam/patch-6 | Mark Otto | 1 | -0/+6 | |
| Add dropdown class | |||||
| 2013-08-02 | Fixes #8996: shift placement of justified CSS for nav component | Mark Otto | 3 | -62/+61 | |
| 2013-08-02 | whitespace in js file? | Mark Otto | 1 | -1/+1 | |
| 2013-08-02 | Fix #9008: consolidate `.alert-block` styles into `.alert` | Mark Otto | 5 | -51/+21 | |
| 2013-08-02 | Merge pull request #9011 from Rycul/patch-1 | Mark Otto | 1 | -1/+1 | |
| Added short instruction for obtaining respond.js in example HTML code (see description). | |||||
| 2013-08-02 | Merge pull request #8980 from ggam/patch-7 | Mark Otto | 1 | -5/+5 | |
| Removed data-toggle class when it wasn't been applied | |||||
| 2013-08-02 | Added short instruction for obtaining respond.js | Bryan Keiren | 1 | -1/+1 | |
| The Getting-Started page only lists the actual instructions for respond.js (its purpose and source) *after* listing a piece of example HTML code for the user to copy and paste. It would probably be more clear if that piece of HTML code actually lists where the user can obtain respond.js. Otherwise the user has to scroll down and read 1 specific line on the rest of the page (under the 'IE 8 and 9' compatibility section), in order to know that respond.js can be obtained from a GitHub page (and that it is in fact NOT part of the downloadable Bootstrap file that's provided earlier on the page, even though the use of response.js in the example HTML code seems to suggest that it *is* part of the Bootstrap download). It's a minor issue but this fix should make it just a little bit more clear to a user how the example HTML code works (lest they copy/paste it and find out the browser can't find respond.js). | |||||
| 2013-08-02 | Included required JavaScript in navbar-static-top | Guillermo González de Agüero | 1 | -0/+5 | |
| 2013-08-01 | fix typo in CSS docs; fixes #8992 | Chris Rebert | 1 | -1/+1 | |
| "from" => "form" | |||||
| 2013-08-01 | Removed data-toggle class when it wasn't been applied | Guillermo González de Agüero | 1 | -5/+5 | |
| 2013-08-01 | Fix #8944 | Guillermo González de Agüero | 1 | -0/+6 | |
| 2013-08-01 | Merge pull request #8965 from leonardovcid/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Correct comment which is showing a wrong mixin call example (mixins.less) | |||||
| 2013-08-01 | Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offset | Jeff Tickle | 5 | -83/+220 | |
| 2013-08-01 | Update input-groups.less | Bass Jobsen | 1 | -1/+3 | |
| align inline radio and checkbox groups with their label for horizontal forms, see http://stackoverflow.com/q/17990310/1596547 (Question 2) | |||||
| 2013-08-01 | Correct comment which is showing a wrong mixin call example (mixins.less) | leonardovcid | 1 | -1/+1 | |
| I was copy-pasting the example and it wasn't working. Then I found that the example in the comment was a typo. Thanks | |||||
| 2013-07-31 | fixes #8892 | Jacob Thornton | 2 | -2/+2 | |
| 2013-07-31 | fixes #8864 | Jacob Thornton | 3 | -5/+9 | |
| 2013-08-01 | add table-layout | liuyl | 3 | -1/+3 | |
| 2013-07-31 | add nav to media object and thumbnails | Francis Brunelle | 2 | -6/+18 | |
| 2013-07-31 | fixes #8937: align the dropdown menus in input groups | Mark Otto | 3 | -1/+3 | |
| 2013-07-31 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-07-31 | add the theme file derp | Mark Otto | 1 | -0/+55 | |
| 2013-07-31 | start on navbar | Mark Otto | 2 | -1/+21 | |
| 2013-07-31 | start with buttons | Mark Otto | 3 | -3/+142 | |
| 2013-07-31 | Run make on prev work | Mark Otto | 2 | -28/+28 | |
| 2013-07-31 | Updated homepage more | Mark Otto | 2 | -0/+4 | |
| 2013-07-31 | use separate `form-group`s in horiz form example for greater generality; ↵ | Chris Rebert | 1 | -0/+16 | |
| fixes #8925 | |||||
| 2013-07-31 | Merge pull request #8911 from codejet/patch-1 | Chris Rebert | 1 | -2/+2 | |
| title attr, not tag, in tooltip/popover docs | |||||
| 2013-07-31 | Update javascript.html | Oliver Schmidt | 1 | -1/+1 | |
| 2013-07-31 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 3 | -12/+12 | |
| 2013-07-31 | dat purple homepage--http://www.youtube.com/watch?v=k2C5TjS2sh4 | Mark Otto | 2 | -5/+36 | |
| 2013-07-31 | Merge pull request #8915 from diowa/whitespaces-tabs-etc | Mark Otto | 3 | -12/+12 | |
| Removed trailing whitespaces and hard tabs | |||||
| 2013-07-31 | Merge pull request #8908 from bbeng89/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Small fix to justified button groups docs | |||||
| 2013-07-31 | Merge pull request #8899 from englishtown/twbs-pullrequest | Mark Otto | 1 | -0/+1 | |
| Miss one 'div' close tag under components page | |||||
