| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-02 | Expand/clean-up prose about skip links | Patrick H. Lauke | 1 | -2/+2 | |
| 2015-02-02 | Merge pull request #15708 from twbs/customizer-libs | XhmikosR | 4 | -3079/+6696 | |
| Update customizer libs | |||||
| 2015-01-31 | Skip link workarounds for Chrome and IE | Patrick H. Lauke | 4 | -3/+13 | |
| Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements) | |||||
| 2015-01-30 | License FAQ clarification | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-01-30 | Run `grunt`. | XhmikosR | 1 | -13/+16 | |
| 2015-01-30 | Update uglify.js to v2.4.16. | XhmikosR | 1 | -4/+5 | |
| 2015-01-30 | Update autoprefixer to v5.1.0. | XhmikosR | 1 | -3056/+6668 | |
| 2015-01-30 | Bump FileSaver.js to v2015-01-04. | XhmikosR | 1 | -6/+7 | |
| 2015-01-30 | Run `grunt`. | XhmikosR | 4 | -8/+12 | |
| 2015-01-29 | Fix #15688 | Chris Rebert | 1 | -1/+1 | |
| Stability > Precision | |||||
| 2015-01-28 | Update per @vsn4ik's requests | Kevin Kirsche | 1 | -3/+2 | |
| data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists. Remove whitespace after h3. Variation not need capitalize. | |||||
| 2015-01-27 | Complete @vsn4ik's requests | Kevin Kirsche | 1 | -2/+1 | |
| * Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value; | |||||
| 2015-01-27 | Update non-responsive.css | Christian | 1 | -1/+1 | |
| Fix typo on Utilize | |||||
| 2015-01-26 | Fix validation errors. | XhmikosR | 3 | -3/+3 | |
| Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors... | |||||
| 2015-01-23 | Fix issue #15597 — Mention dropup variation in dropdown docs | Kevin Kirsche | 1 | -6/+38 | |
| Fix issue #15597 — Mention dropup variation in dropdown docs Other pull request was so messed up I sincerely have no clue how to save it. The recommended command doesn't work, can't believe rebasing is so problematic... | |||||
| 2015-01-23 | Add a warning in images.html about text-align | Nikita Rushmanov | 1 | -1/+5 | |
| People normally center images using text-align. However, the `.img-responsive` class changes the display type to block. As a result you can no longer align the image with text-align. You must instead do it with margin: auto. There was no note about this on the web page, and no mention about setting the display to block. Users were left on a frustrating journey to figure out why they can't center images anymore! | |||||
| 2015-01-23 | Fix image order in carousel example | Nikita Rushmanov | 1 | -4/+4 | |
| When the screen is shrunk below the md threshold, all the featurette columns stack. However, since the second featurette is "backwards", when stacked the second featurette looked awkward as the image came before the heading. | |||||
| 2015-01-23 | Center images in carousel example | Nikita Rushmanov | 1 | -3/+3 | |
| In order to see the changes, you must shrink the browser to below the md threshold. | |||||
| 2015-01-22 | add docs for mq4-hover-hover-shim integration | Chris Rebert | 1 | -1/+3 | |
| 2015-01-21 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+0 | |
| 2015-01-21 | keep the base64 | Mark Otto | 2 | -3/+3 | |
| 2015-01-21 | Merge branch 'master' into move-inline-css | Mark Otto | 14 | -11/+151 | |
| Conflicts: docs/assets/css/docs.min.css | |||||
| 2015-01-21 | Merge pull request #15299 from SpectrumPixel/patch-2 | Mark Otto | 1 | -1/+0 | |
| Remove "Separated link" in example where it's not | |||||
| 2015-01-21 | Merge branch 'docs-anchors' | Mark Otto | 9 | -9/+128 | |
| 2015-01-21 | style changes | Mark Otto | 6 | -52/+38 | |
| 2015-01-21 | Merge pull request #15620 from twbs/iso-4217 | Chris Rebert | 1 | -0/+4 | |
| Add .glyphicon-* aliases for other ISO 4217-ish currency codes | |||||
| 2015-01-21 | Reorg @viewport now that we don't need to worry about non-responsive layouts | Chris Rebert | 1 | -16/+2 | |
| 2015-01-21 | Merge branch 'v4' of twbs/bootstrap/v4 into v4 | Chris Rebert | 7 | -0/+67 | |
| 2015-01-21 | Merge branch 'master' into v4 | Chris Rebert | 1 | -0/+3 | |
| 2015-01-21 | testing out svgs | Mark Otto | 7 | -0/+67 | |
| 2015-01-21 | Carousel example: move the Base64 images outside of the HTML. | XhmikosR | 3 | -6/+20 | |
| Use a simple blank.gif and change the background color instead of duplicating stuff. | |||||
| 2015-01-21 | Move inline CSS to docs.css. | XhmikosR | 15 | -46/+67 | |
| 2015-01-21 | Add AnchorJS for docs anchors. | XhmikosR | 7 | -6/+139 | |
| 2015-01-20 | several docs cleanup things | Mark Otto | 4 | -72/+77 | |
| 2015-01-20 | copy | Mark Otto | 1 | -1/+1 | |
| 2015-01-20 | fix dupe images | Mark Otto | 2 | -43/+8 | |
| 2015-01-20 | custom holder theme | Mark Otto | 1 | -0/+9 | |
| 2015-01-20 | Document sticky :hover on mobile browsers; fixes #12832 | Chris Rebert | 2 | -0/+4 | |
| 2015-01-20 | large page titles | Mark Otto | 3 | -2/+6 | |
| 2015-01-20 | grunt | Mark Otto | 3 | -6/+2 | |
| 2015-01-20 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 1 | -1/+1 | |
| 2015-01-20 | fix docs homepage ad | Mark Otto | 3 | -4/+5 | |
| 2015-01-20 | Add .glyphicon-* aliases for other ISO 4217-ish currency codes | Chris Rebert | 1 | -0/+4 | |
| Fixes #15617. | |||||
| 2015-01-20 | Merge pull request #61 from twbs/clear-out-fonts | Mark Otto | 1 | -1/+1 | |
| remove unused font files | |||||
| 2015-01-19 | new headers, ad placements, intro paragraphs on several pages, etc | Mark Otto | 16 | -88/+67 | |
| 2015-01-19 | fix scrollspy nav | Mark Otto | 2 | -3/+3 | |
| 2015-01-19 | fix broken brand logos | Mark Otto | 1 | -3/+3 | |
| 2015-01-19 | no need for additional subheading | Mark Otto | 1 | -2/+0 | |
| 2015-01-19 | tons of docs helpers cleanup | Mark Otto | 7 | -8/+28 | |
| 2015-01-19 | fix quick floats example | Mark Otto | 1 | -2/+2 | |
