| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2013-09-01 | fix straggler instance of "Tiny grid" terminology | Chris Rebert | 1 | -1/+1 | |
| 2013-09-01 | fixes #10164: Document .center-block mixin and update CSS to include it as a ↵ | Mark Otto | 5 | -1/+32 | |
| class as well | |||||
| 2013-09-01 | minor improvements to affix docs | Chris Rebert | 1 | -2/+2 | |
| 2013-09-01 | reverse vars for backwards compatibility /cc @cvrebert | Mark Otto | 1 | -6/+6 | |
| 2013-09-01 | Merge branch 'deprecate_screen_containers' | Mark Otto | 3 | -13/+16 | |
| 2013-09-01 | fixes #10115: Default carousel controls and Glyphicon controls should behave ↵ | Mark Otto | 3 | -9/+14 | |
| the same on small devices and up | |||||
| 2013-09-01 | fixes #10111: different colors for dropdown link hover and active states | Mark Otto | 8 | -15/+27 | |
| 2013-09-01 | tweak #10336 to double up on the hyphen-minuses to better approximate a long ↵ | Chris Rebert | 1 | -4/+4 | |
| dash | |||||
| 2013-09-01 | Merge pull request #10336 from Shipow/master | Chris Rebert | 1 | -4/+4 | |
| Replace invalid US-ASCII character "\xE2") | |||||
| 2013-09-01 | tweak #10298 | Chris Rebert | 1 | -3/+6 | |
| 2013-09-01 | fixes alignment and nav list in offcanvas example | Mark Otto | 2 | -17/+14 | |
| 2013-09-01 | Merge pull request #10298 from jhr007/patch-1 | Chris Rebert | 1 | -0/+5 | |
| Note the change to the progress bar. | |||||
| 2013-09-01 | fixes #10282: Cross reference tabs and tabs plugin | Mark Otto | 2 | -0/+9 | |
| 2013-09-01 | fixes #10277: Mention removal of navbar vertical dividers in migration docs | Mark Otto | 1 | -1/+6 | |
| 2013-09-01 | remove unused link from navs section | Mark Otto | 1 | -1/+0 | |
| 2013-09-01 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -2/+2 | |
| 2013-09-01 | finishes #10256 to add updated var to customizer; also fixes another old var | Mark Otto | 2 | -3/+3 | |
| 2013-09-01 | Merge branch 'master' into tagliala-patch-1 | Mark Otto | 11 | -60/+68 | |
| 2013-09-01 | Merge pull request #10249 from coliff/patch-1 | Mark Otto | 1 | -1/+1 | |
| Update index.html (update text from hero unit to jumbotron) | |||||
| 2013-09-01 | restore "only" wording in docs regarding Recess/less.js | Chris Rebert | 1 | -1/+1 | |
| It was there for good reason. We're not gonna deal with lessphp or dotless bugs. | |||||
| 2013-09-01 | fixes #10246: Use correct variable for link hover color in Customizer | Mark Otto | 2 | -3/+3 | |
| 2013-09-01 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -34/+35 | |
| 2013-09-01 | better layout | Mark Otto | 1 | -6/+2 | |
| 2013-09-01 | finishes #10245 by adding it the new var to the customizer | Mark Otto | 2 | -1/+6 | |
