| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -65/+0 | |
| 2017-05-28 | jobs url added | Mark Otto | 1 | -0/+3 | |
| 2017-05-28 | hide social on mobile for now | Mark Otto | 1 | -1/+1 | |
| 2017-05-28 | try out a different navbar approach | Mark Otto | 1 | -40/+37 | |
| 2017-05-28 | add jekyll include parameters | Mark Otto | 1 | -4/+4 | |
| 2017-05-28 | update svgs | Mark Otto | 1 | -1/+1 | |
| 2017-05-27 | prep the navbar for some old version stuff | Mark Otto | 1 | -0/+14 | |
| 2017-05-27 | update nav to use logo at all times | Mark Otto | 1 | -10/+8 | |
| 2017-05-27 | purple nav | Mark Otto | 1 | -2/+2 | |
| 2017-05-27 | more responsive docs nav | Mark Otto | 1 | -73/+48 | |
| 2017-05-27 | drop navbar search for download button and social icons | Mark Otto | 1 | -4/+19 | |
| 2017-05-27 | full width navbar too | Mark Otto | 1 | -3/+1 | |
| 2017-05-27 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 1 | -14/+16 | |
| 2017-05-27 | Update nav and navbar HTML markup | Geremia Taglialatela | 1 | -7/+7 | |
| According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav | |||||
| 2017-03-23 | rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵ | Mark Otto | 1 | -1/+1 | |
| approach everywhere else | |||||
| 2017-03-05 | update instances of old classes in the docs | Mark Otto | 1 | -1/+1 | |
| 2016-12-29 | update navbar | Mark Otto | 1 | -12/+10 | |
| 2016-12-28 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 1 | -40/+39 | |
| 2016-12-24 | remove old flex utils, update docs to match | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | redo custom docs navbar | Mark Otto | 1 | -35/+34 | |
| 2016-12-22 | put new toggler markup to use | Mark Otto | 1 | -1/+3 | |
| 2016-11-27 | Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226) | Starsam80 | 1 | -3/+3 | |
| * Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones | |||||
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 1 | -3/+1 | |
| 2016-09-26 | Rename pull-*-{left|right} classes to .float-*-left and .float-*-right | Mark Otto | 1 | -2/+2 | |
| 2016-09-05 | nav changes | Mark Otto | 1 | -0/+5 | |
| 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-19 | Fix validation errors. | XhmikosR | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2016-02-03 | center the nav | Mark Otto | 1 | -55/+57 | |
| 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-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 1 | -2/+2 | |
| 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 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-14 | Massive cleanup | Mark Otto | 1 | -8/+10 | |
| - 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-09 | un-affix top navbar | Mark Otto | 1 | -1/+1 | |
| 2015-08-05 | top level examples link | Mark Otto | 1 | -0/+1 | |
| 2015-08-05 | account for nav on docs pages | Mark Otto | 1 | -8/+6 | |
| 2015-08-04 | new global navbar for all docs pages | Mark Otto | 1 | -8/+9 | |
| 2015-06-13 | overhaul nav and shit again | Mark Otto | 1 | -1/+1 | |
| - drop the index pages save for examples - comment out the extend section for now - fix up spacing fix on team list | |||||
| 2015-06-09 | hide the brand on small viewports | Mark Otto | 1 | -1/+1 | |
| 2015-04-25 | nav | Mark Otto | 1 | -1/+1 | |
| 2015-04-22 | clarify some docs, improve layout | Mark Otto | 1 | -1/+1 | |
| 2015-04-18 | fix nav | Mark Otto | 1 | -1/+1 | |
| 2015-03-09 | docs redesign a bit | Mark Otto | 1 | -17/+8 | |
| 2015-01-19 | fix homepage nav styles | Mark Otto | 1 | -1/+1 | |
| 2015-01-19 | move around files | Mark Otto | 1 | -0/+18 | |
