| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-06 | Fixes #9145: Fix tooltip opacity | Mark Otto | 4 | -14/+14 | |
| Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`). | |||||
| 2013-08-06 | Fixes #9150: Hide popover titles in IE8 | Mark Otto | 4 | -7/+19 | |
| Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert | |||||
| 2013-08-06 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -4/+4 | |
| 2013-08-06 | Merge pull request #9157 from alienlebarge/3.0.0-wip | Chris Rebert | 1 | -3/+3 | |
| Add links to Recess, Uglify-js & PhantomJS in README | |||||
| 2013-08-06 | Link to phantomjs | Cédric Aellen | 1 | -1/+1 | |
| 2013-08-06 | link to Uglify-js repo | Cédric Aellen | 1 | -2/+2 | |
| 2013-08-06 | links to Recess repo | Cédric Aellen | 1 | -2/+2 | |
| 2013-08-06 | Update javascript.html | Florian Weber | 1 | -1/+1 | |
| 2013-08-06 | Added url paths to navbar navbar-static-top and navbar-fixed-top | Jesse Hu | 3 | -9/+9 | |
| 2013-08-06 | Changed nav-header to dropdown-header in navbar navbar-fixed-top and ↵ | Jesse Hu | 3 | -3/+3 | |
| navbar-static-top as mentioned in Docs | |||||
| 2013-08-06 | Added jquery.js and bootstrap.js tags to navbar and navbar-fixed top | Jesse Hu | 2 | -0/+10 | |
| 2013-08-06 | Added glyphicons to index.html | Jesse Hu | 1 | -0/+1 | |
| 2013-08-05 | Scope tablet classes to tablets range only | Mark Otto | 4 | -7/+9 | |
| Fixes #9128 | |||||
| 2013-08-05 | Merge pull request #9134 from neilhem/3.0.0-wip | Chris Rebert | 1 | -1/+1 | |
| remove repeated 'pagination' class in code example | |||||
| 2013-08-06 | remove repeated 'pagination' class in code example | Rakhat Jabagin | 1 | -1/+1 | |
| 2013-08-05 | Merge pull request #9123 from twbs/bs3_alerts_default_class | Mark Otto | 5 | -13/+25 | |
| Update labels to include a base class (fixes #8752) | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' into bs3_alerts_default_class | Mark Otto | 13 | -42/+63 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-05 | Merge pull request #9130 from twbs/straight-up-wrong | Mark Otto | 1 | -2/+2 | |
| Fix pixel values in Responsive Utilities docs to match the actual code | |||||
| 2013-08-05 | Fix pixel values in Responsive Utilities docs to match the actual code | Chris Rebert | 1 | -2/+2 | |
| 2013-08-05 | fixes #8647: remove focus outline on :focus of buttons in button groups | Mark Otto | 3 | -4/+11 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -3/+1 | |
| 2013-08-05 | remove dupe border-box | Mark Otto | 3 | -5/+1 | |
| 2013-08-05 | Merge pull request #9124 from geedmo/3.0.0-wip | Mark Otto | 1 | -3/+1 | |
| Fix Issue #8175 - .input-group-addon broken in Firefox | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 10 | -20/+36 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
| 2013-08-05 | Fix Issue #8175 - remove lh for input-lg|sm | geedmo | 1 | -2/+0 | |
| 2013-08-05 | Fix Issue #8175 | geedmo | 1 | -1/+1 | |
| 2013-08-05 | Merge pull request #9121 from Flydiverny/alerts | Mark Otto | 3 | -10/+14 | |
| Added padding variable for alerts and changed customize.html | |||||
| 2013-08-05 | Remove dupe hover background color | Mark Otto | 3 | -3/+1 | |
| 2013-08-05 | Update labels to include a base class | Mark Otto | 5 | -12/+26 | |
| * Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff | |||||
| 2013-08-06 | Comma for clarification | Markus Maga | 1 | -1/+1 | |
| 2013-08-06 | Added padding variable for alerts and changed customize.html Warning state ↵ | Markus Maga | 3 | -10/+14 | |
| (which doesn't exist anymore) | |||||
| 2013-08-05 | Fixes #8732: unfucks disabled fieldset form example with form groups | Mark Otto | 4 | -12/+22 | |
| 2013-08-05 | fix scrollSpy instructions for JS call | Florian Weber | 1 | -1/+1 | |
| Don't really know if this is correct, but at least it only worked for me that way... | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-08-05 | Enable scrollable responsive nav bar | Mark Otto | 5 | -2/+78 | |
| Fixes #9007 in a hopefully decent way | |||||
| 2013-08-05 | carousel.less: copyedit explanatory comment | Chris Rebert | 1 | -1/+1 | |
| 2013-08-05 | Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵ | Mark Otto | 6 | -19/+6 | |
| liuyl-pullright Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-05 | Fixes #8150: add `.static-form-control` for vertical alignment of static ↵ | Mark Otto | 5 | -8/+54 | |
| form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms | |||||
| 2013-08-05 | Fixes #8872: widen the carousel indicators to prevent wrapping | Mark Otto | 3 | -6/+9 | |
| 2013-08-05 | Fixes #8795, a reoccurence of #1969 | Mark Otto | 3 | -1/+25 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-08-05 | More button updates | Mark Otto | 4 | -27/+64 | |
| - Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups | |||||
| 2013-08-05 | Merge pull request #9110 from chrisseaton/help-block-fix | Chris Rebert | 1 | -2/+2 | |
| Update css.html | |||||
| 2013-08-05 | Update css.html | Chris Seaton | 1 | -2/+2 | |
| .help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing. | |||||
| 2013-08-05 | Fixes #8770: mobile-first (stacked by default) horizontal dls | Mark Otto | 4 | -46/+50 | |
| 2013-08-05 | Fixes #8786 (part 2): new default button styles | Mark Otto | 5 | -22/+27 | |
| Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw | |||||
| 2013-08-05 | Fixes #8786 (part 1): darken hover states on buttons | Mark Otto | 3 | -15/+15 | |
| 2013-08-05 | Fixes #9049: switch order of gradient mixin params to avoid problems for ↵ | Mark Otto | 1 | -2/+2 | |
| upgraders | |||||
| 2013-08-05 | Fixes #9073: add note to homepage about download differences | Mark Otto | 2 | -2/+3 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -2/+2 | |
