| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-09-08 | Docs: Breaks out Utilities into separate section and optimizes its pages ↵ | Kovah | 1 | -0/+5 | |
| (#20678) | |||||
| 2016-09-05 | nav changes | Mark Otto | 2 | -5/+5 | |
| 2016-08-21 | Update ads code and styles (also fixes #20477 in different way) | Mark Otto | 1 | -1/+1 | |
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 1 | -0/+3 | |
| - Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features) | |||||
| 2016-07-19 | remove navbar-toggler unicode symbol in HTML | Patrick H. Lauke | 1 | -3/+1 | |
| remove current HTML-based symbol, add any missing aria-* attributes | |||||
| 2016-02-28 | update theme parameters to fix #19333 | Ivan Malopinsky | 1 | -2/+2 | |
| 2016-02-19 | Fix validation errors. | XhmikosR | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2016-02-18 | Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix | Chris Rebert | 1 | -1/+1 | |
| Add prefix to footer.html search.json [skip sauce] | |||||
| 2016-02-18 | Docs: Remove <meta name="keywords"> from <head> | Chris Rebert | 1 | -1/+0 | |
| Ports #18872 to v4 [skip sauce] | |||||
| 2016-02-17 | - Conveying color meaning to AT as markdown include | Patrick H. Lauke | 1 | -0/+5 | |
| - Add/replace callout for color and AT with include | |||||
| 2016-02-06 | Improve docs sidenav active link highlighting | Mark Otto | 1 | -0/+1 | |
| Capture the slug once before applying it and add a slash to it to so we get a unique string to match against instead of a fuzzy partial 'contains'. Helps avoid 'grid' highlighting 'flexbox-grid', for example. | |||||
| 2016-02-03 | center the nav | Mark Otto | 1 | -55/+57 | |
| 2016-01-21 | Add prefix to footer.html search.json | xcatliu | 1 | -1/+1 | |
| 2016-01-10 | docs: Add SRI hash for jQuery; refs #18665 | Chris Rebert | 1 | -1/+1 | |
| 2016-01-03 | Merge pull request #18662 from patrickhlauke/docs-collapse-accessibility-patch1 | Mark Otto | 1 | -18/+32 | |
| Docs: accessibility fix-up of collapsible content navbar, change site-wide main navbar | |||||
| 2015-12-27 | remove `<div class="bd-sidebar">` | Bass Jobsen | 1 | -59/+56 | |
| content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">` | |||||
| 2015-12-24 | Use more appropriate structure for site navigation | Patrick H. Lauke | 1 | -18/+32 | |
| Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items | |||||
| 2015-12-24 | Add missing aria attributes to main site navigation menu toggle | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-08 | manually bump versions because npm script wasn't working for me | Mark Otto | 1 | -1/+1 | |
| 2015-12-04 | Rename jekyll-search.js to reflect that it's minified. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-04 | Use non-minified CSS when running docs locally | Chris Rebert | 1 | -1/+5 | |
| For easier debugging. Just like we already do for the JS. [skip sauce] | |||||
| 2015-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 1 | -2/+2 | |
| 2015-11-19 | Docs: Separate Tether out from docs.min.js | Chris Rebert | 1 | -0/+2 | |
| We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce] | |||||
| 2015-10-27 | Merge pull request #17919 from marciovicente/v4-dev | XhmikosR | 1 | -1/+1 | |
| Adding autocomplete attribute in docs input search | |||||
| 2015-10-24 | Switch to jQuery 2.1.4. | XhmikosR | 1 | -1/+1 | |
| Now that we don't support IE 8 it's safe to do that. | |||||
| 2015-10-13 | Adding autocomplete attribute in docs input search | Marcio Vicente | 1 | -1/+1 | |
| 2015-10-06 | Add shrink-to-fit viewport directive | Patrick H. Lauke | 1 | -1/+1 | |
| Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510 | |||||
| 2015-09-06 | Clean up inclusion of IE-specific JS files. | XhmikosR | 2 | -4/+1 | |
| Move them to footer, and remove duplicate ones. [ci skip] | |||||
| 2015-09-02 | Fix missing anchors and 404 errors. | XhmikosR | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-09-01 | Merge pull request #17389 from Gupocca/link-fixing | Mark Otto | 1 | -1/+1 | |
| Fix several erroneous links in docs. | |||||
| 2015-08-30 | Remove the unused Google fonts. | XhmikosR | 1 | -4/+0 | |
| [ci skip] | |||||
| 2015-08-30 | Merge pull request #17392 from twbs/v4-dev-xmr-https | XhmikosR | 1 | -2/+2 | |
| Use `https` when possible. | |||||
| 2015-08-29 | Fix several erroneous links in docs. | Gupocca | 1 | -1/+1 | |
| Related to #17314. | |||||
| 2015-08-29 | Use `https` when possible. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2015-08-28 | Fix the JS errors due to jekyll-search. | XhmikosR | 1 | -1/+7 | |
| 1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip] | |||||
| 2015-08-25 | fix footer links | wangsai | 1 | -2/+2 | |
| 2015-08-25 | Replace docs reference to iconography | David\ Beitey | 1 | -1/+1 | |
| 2015-08-21 | Docs: a little bit of love for the wall of browser bugs | Heinrich Fenkart | 1 | -0/+5 | |
| 2015-08-21 | Docs: Update all dropdowns to new HTML structure | Heinrich Fenkart | 1 | -1/+1 | |
| 2015-08-18 | basic responsive top nav hacks for docs | Mark Otto | 1 | -8/+19 | |
| 2015-08-18 | themes link | Mark Otto | 1 | -0/+1 | |
| 2015-08-18 | comment out versions for now | Mark Otto | 1 | -0/+2 | |
| 2015-08-18 | fix footer to use new dropdown markup | Mark Otto | 1 | -2/+2 | |
| 2015-08-18 | fix main docs nav to use latest navbar changes | Mark Otto | 1 | -31/+29 | |
| 2015-08-17 | stub out docs links | Mark Otto | 1 | -0/+22 | |
| 2015-08-17 | rip gauges tracking | Mark Otto | 1 | -13/+0 | |
| 2015-08-14 | Massive cleanup | Mark Otto | 2 | -9/+12 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-12 | unfuck all that watch shit | Mark Otto | 1 | -4/+0 | |
| 2015-08-09 | docs rearrange | Mark Otto | 1 | -0/+5 | |
| 2015-08-09 | rewrite browser and device support | Mark Otto | 1 | -2/+2 | |
