| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-03 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -0/+4 | |
| 2013-09-03 | Merge branch 'color-code-IE89-table' | Mark Otto | 1 | -13/+11 | |
| 2013-09-03 | Color code IE8-9 table with text classes and Glyhpicons instead of table classes | Mark Otto | 1 | -13/+11 | |
| 2013-09-03 | Merge pull request #10413 from twbs/carousel-transitions-no-fallback-note | Mark Otto | 1 | -0/+4 | |
| address #10343 more directly: add note on carousel transitions in IE8+9 | |||||
| 2013-09-03 | make Glyphicons mainstream in Carousel examples | Chris Rebert | 1 | -10/+6 | |
| 2013-09-03 | address #10343 more directly: add note on carousel transitions in IE8+9 | Chris Rebert | 1 | -0/+4 | |
| 2013-09-03 | we've got your back (sorta), Linux Firefox users | Chris Rebert | 1 | -1/+1 | |
| 2013-09-03 | Color-code the "Internet Explorer 8 and 9" features table | Chris Rebert | 1 | -10/+10 | |
| 2013-09-03 | docs: fix typo in "Internet Explorer 8 and 9" features table | Chris Rebert | 1 | -1/+1 | |
| "placehoder" (sic) | |||||
| 2013-09-03 | copyedit "Internet Explorer 8 and box-sizing" section | Chris Rebert | 1 | -1/+1 | |
| 2013-09-03 | Merge pull request #10408 from twbs/getting-started-minor-edits | Mark Otto | 1 | -3/+3 | |
| CSS vs. LESS vs. styles terminology; "precompiled" terminology | |||||
| 2013-09-03 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -3/+3 | |
| 2013-09-03 | fixes #10406: Update grid to use width on .container instead of max-width as ↵ | Mark Otto | 4 | -12/+12 | |
| IE8 improperly computes width | |||||
| 2013-09-03 | remove min-height from ads because ie8 | Mark Otto | 1 | -1/+0 | |
| 2013-09-03 | more space below links on homepage | Mark Otto | 1 | -1/+1 | |
| 2013-09-03 | minor copyedit | Chris Rebert | 1 | -1/+1 | |
| 2013-09-03 | CSS vs. LESS vs. styles terminology; "precompiled" terminology | Chris Rebert | 1 | -3/+3 | |
| 2013-09-03 | slightly clarify button.active use in docs | Chris Rebert | 1 | -1/+1 | |
| 2013-09-03 | bump grunt-contrib-connect to 0.4.0 | Chris Rebert | 1 | -1/+1 | |
| Thanks David. | |||||
| 2013-09-03 | minor copyedit | Chris Rebert | 1 | -1/+1 | |
| 2013-09-03 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2013-09-03 | fixes #10396: mention table class change in migration docs | Mark Otto | 1 | -4/+8 | |
| 2013-09-03 | Merge pull request #10375 from StevenBlack/GSEdits4 | Mark Otto | 1 | -1/+1 | |
| Refactoring the paragraph describing the 'Examples' section. | |||||
| 2013-09-03 | remove unused .panel-collapse ruleset | Mark Otto | 1 | -5/+0 | |
| 2013-09-03 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -10/+14 | |
| 2013-09-03 | mo betta docs on box-sizing to build on e521ee83094f5a70978cc9d879f400c3ac95369c | Mark Otto | 1 | -11/+33 | |
| 2013-09-02 | fixes #10372: two download buttons on homepage; also fixes broke button styles | Mark Otto | 4 | -8/+13 | |
| 2013-09-02 | Merge pull request #10382 from StevenBlack/GSEdits5 | Mark Otto | 1 | -10/+14 | |
| 'Disabling responsiveness' section of docs: simplification and focus | |||||
| 2013-09-02 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -3/+3 | |
| 2013-09-02 | update box-sizing third party support section to include mention of google ↵ | Mark Otto | 1 | -3/+15 | |
| CSE and expand to include CSS and Less options | |||||
| 2013-09-02 | Getting Started page: Simplified and focused the text of the 'Disabling ↵ | Steven Black | 1 | -10/+14 | |
| responsiveness' section. | |||||
| 2013-09-02 | Refactoring the paragraph describing the 'Examples' section. | Steven Black | 1 | -1/+1 | |
| 2013-09-02 | Merge pull request #10374 from tagliala/patch-2 | Julian Thilo | 1 | -1/+1 | |
| Fixed glyphicons count | |||||
| 2013-09-02 | Merge pull request #10366 from coliff/patch-2 | Chris Rebert | 1 | -1/+1 | |
| Update index.html (change from 'hero unit' to 'jumbotron') | |||||
| 2013-09-02 | Update index.html | Christian | 1 | -1/+1 | |
| Updated text in the jumbotron container to reflect the Bootstrap 3 change from 'hero unit' to 'jumbotron'. | |||||
| 2013-09-02 | Merge pull request #10364 from wangsai/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Completion of parentheses | |||||
| 2013-09-02 | Completion of parentheses | wangsai | 1 | -1/+1 | |
| 2013-09-01 | derp, add on to #10153 with proper variable /cc @ggam | Mark Otto | 1 | -1/+1 | |
| 2013-09-02 | Pass $element to offset top/bottom calc funcs | Aleksey V. Zapparov | 1 | -2/+2 | |
| At the moment to make dynamic top offset calculator on multiple elements, one would write: ``` javascript $('.my-affix').each(function () { var $el = $(this); $el.affix({ offset: { top: function () { return $el.offset().top; } } }); }) ``` This patch will allow to: ``` javascript $('.my-affix').affix({ offset: { top: function ($el) { return $el.offset().top; } } }); ``` | |||||
| 2013-09-02 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+2 | |
| 2013-09-02 | fixes #10316: Document .active and :active for buttons | Mark Otto | 2 | -0/+27 | |
| 2013-09-01 | Merge pull request #10342 from twbs/affix-docs | Mark Otto | 1 | -2/+2 | |
| minor improvements to affix docs | |||||
| 2013-09-01 | fixes #10344: Update IE8-9 support section with table of specific CSS3 and ↵ | Mark Otto | 1 | -2/+43 | |
| HTML5 features and their support in Bootstrap | |||||
| 2013-09-01 | Remove links to navbar examples from example navbars in Theme ↵ | Mark Otto | 1 | -11/+1 | |
| example--nullifies #9894 | |||||
| 2013-09-01 | update vars to use new component-active-color | Mark Otto | 1 | -2/+2 | |
| 2013-09-01 | fixes #9909: Add component active color variable to complement component ↵ | Mark Otto | 2 | -3/+8 | |
| active bg variable | |||||
| 2013-09-01 | alt fix to #10278: Change Google Maps compatibility warning to a general ↵ | Mark Otto | 1 | -13/+7 | |
| box-sizing warning | |||||
| 2013-09-01 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -5/+13 | |
| 2013-09-01 | Bower: Ignore development and documentation files on bower.json. Fix #10313. | Rodrigo Willrich | 1 | -1/+13 | |
| I've kept only the files I consider relevant to bower installation: - Files in dist directory; - Files in js directory; - Files in less directory; - bower.json file; - README.md file; - LICENSE file. | |||||
| 2013-09-01 | Fixed glyphicons count | Geremia Taglialatela | 1 | -1/+1 | |
| Glyphicons are 200 refers to #9794 | |||||
