| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-10-30 | remove unused `{{ page.base_url }}` variables, and fix the urls | wangsai | 15 | -15/+15 | |
| 2013-10-23 | rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216 | Chris Rebert | 2 | -10/+10 | |
| 2013-10-20 | Merge pull request #10729 from lipis/patch-2 | Mark Otto | 2 | -6/+4 | |
| Removed the unnecessary override and the !important from .wrap | |||||
| 2013-10-20 | Fix up padding on default navbar example | Mark Otto | 1 | -3/+4 | |
| 2013-10-20 | Fixes #10433: Navbar z-index refactor | Mark Otto | 1 | -0/+24 | |
| * Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar) | |||||
| 2013-10-17 | Warn about IE8 + Respond.js + file:// problem in examples; fix #11019 | Chris Rebert | 15 | -0/+45 | |
| 2013-10-16 | upgrade to html5shiv v 3.7.0 | Chris Rebert | 15 | -15/+15 | |
| 2013-10-14 | Merge pull request #10533 from topsitemakers/master | Mark Otto | 1 | -2/+2 | |
| adding required attribute for example signin form | |||||
| 2013-10-13 | use CDN for respond.js | Chris Rebert | 15 | -15/+15 | |
| 2013-10-13 | Merge pull request #11016 from twbs/address-10965 | Mark Otto | 1 | -1/+1 | |
| address #10965; mention Glyphicons-over-file:// problem in Carousel example | |||||
| 2013-10-10 | use https:// for CDN links | Chris Rebert | 15 | -25/+25 | |
| - works when viewing page via file:// - sets a good example security-wise | |||||
| 2013-10-10 | address #10965; mention Glyphicons-over-file:// problem in Carousel example | Chris Rebert | 1 | -1/+1 | |
| 2013-10-09 | Merge pull request #11013 from twbs/fix-10989 | Mark Otto | 15 | -25/+25 | |
| Use CDNs for more example JavaScripts | |||||
| 2013-10-09 | use data-ride="carousel" in the docs & examples; fixes #11005 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-09 | use CDN for jQuery instead of vendoring it; fixes part of #10989 | Chris Rebert | 10 | -10/+10 | |
| 2013-10-09 | use CDN for html5shiv instead of vendoring it; fixes part of #10989 | Chris Rebert | 15 | -15/+15 | |
| 2013-09-24 | Disable IE Compatibility Mode in docs, examples | Julian Thilo | 15 | -0/+15 | |
| ...because we don't support it and it may cause problems for people trying to view the docs in IE. | |||||
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 15 | -57/+57 | |
| 2013-09-19 | Same fix for the navbar example of sticky footer | Lipis | 1 | -3/+2 | |
| 2013-09-19 | Removed the unnecessary override and the !important from .wrap | Lipis | 1 | -3/+2 | |
| In the sticky footer example there were some weird stuff.. | |||||
| 2013-09-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -3/+3 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-11 | Updated the old btn-large in carousel example | Lipis | 1 | -3/+3 | |
| 2013-09-09 | fixes #9985: update grid classes in grid example | Mark Otto | 1 | -11/+7 | |
| 2013-09-09 | adding required attribute for example signin form | Topsitemakers | 1 | -2/+2 | |
| 2013-09-06 | Remove nav from jumbotron example (temp fix for #10228) | Mark Otto | 1 | -17/+0 | |
| 2013-09-04 | polish off #10227 with an inline comment | Mark Otto | 1 | -1/+1 | |
| 2013-09-04 | Merge pull request #10227 from UTCWebDev/master | Mark Otto | 1 | -1/+4 | |
| Fixes 10212 - Make custom max-width on row conform to Bootstrap convention | |||||
| 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-01 | Remove links to navbar examples from example navbars in Theme ↵ | Mark Otto | 1 | -11/+1 | |
| example--nullifies #9894 | |||||
| 2013-09-01 | fixes #10111: different colors for dropdown link hover and active states | Mark Otto | 1 | -1/+1 | |
| 2013-09-01 | fixes alignment and nav list in offcanvas example | Mark Otto | 2 | -17/+14 | |
| 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 | fixes #10136 | Mark Otto | 1 | -3/+3 | |
| 2013-08-28 | Prevent X-scroll on small screens | UTCWebDev | 1 | -0/+3 | |
| html overflow-x must be hidden to prevent accidental x-scroll on small screens. This is more apparent with touch screens, where the user often gestures diagonally instead of a true vertical gesture. | |||||
| 2013-08-28 | Update index.html | Christian | 1 | -1/+1 | |
| Updated text in the jumbotron container to reflect the Bootstrap 3 change from hero unit to jumbotron. (Wasn't sure if it should be 'a Jumbotron' or just 'Jumbotron' though... | |||||
| 2013-08-27 | Make custom max-width on row conform to Boostrap convention | UTCWebDev | 1 | -1/+1 | |
| Bootstrap break point for tablet portrait 768 keeps the row intact, so it's not appropriate to have off-canvas elements at that width. Custom off-canvas.css should be breakpoint 767px | |||||
| 2013-08-27 | Fixes #9928 and #9932: carousel example in IE10 | Mark Otto | 1 | -4/+24 | |
| * Use absolute positioning instead to remove navbar from flow of document * No more negative margin fu * Flip around padding between container and navbar for proper display in xs and sm viewports | |||||
| 2013-08-27 | fixes #9901 | Mark Otto | 1 | -1/+1 | |
| 2013-08-26 | Improve upon #9937: Link and put reset column stuff to action in the grid ↵ | Mark Otto | 1 | -0/+29 | |
| example | |||||
| 2013-08-26 | Address #9873 and fix #9774 | Mark Otto | 1 | -0/+1 | |
| * Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example | |||||
| 2013-08-25 | Correct Typo | Luis Nell | 1 | -2/+2 | |
| 2013-08-24 | Add even more role="button" attributes | Kevin Suttle | 9 | -25/+25 | |
| Missed the <a class="btw" in my regex search | |||||
| 2013-08-23 | fixes #9876: avoid dropdowns in navbar examples to prevent overlap | Mark Otto | 1 | -24/+0 | |
| 2013-08-22 | fixes #9880: use correct grid classes on jumbotron example | Mark Otto | 1 | -3/+3 | |
| 2013-08-21 | Update justified-nav.css | Christian | 1 | -1/+0 | |
| Removed unnecessary ms-linear-gradient prefix. There was never a stable release of IE that supported -ms- prefixed gradients, those were only in preview versions (stable IE10 supports both prefixed and unprefixed gradients). (source: http://lea.verou.me/2013/04/can-we-get-rid-of-gradient-prefixes/) | |||||
| 2013-08-20 | fix #9924 | Chris Rebert | 1 | -2/+1 | |
| 2013-08-19 | Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵ | Mark Otto | 1 | -7/+0 | |
| example | |||||
| 2013-08-19 | Fix vertical alignment of carousel navigation arrows. | al // @idest | 1 | -0/+6 | |
| Navigation arrows were aligned to the top of page. Vertically centered them in this fix. | |||||
| 2013-08-19 | Add background-color to carousel. | al // @idest | 1 | -1/+2 | |
| Set a background color for the carousel example so that white text is now legible. Also fixed typo on line 97. | |||||
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 1 | -4/+4 | |
| Conflicts: customize.html dist/css/bootstrap.min.css | |||||
