aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/assets
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto90-1801/+0
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-10docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)XhmikosR1-1/+0
Similar to #28153
2019-02-09Prevent text selection in placeholder images (#28218)Martijn Cuppens1-0/+1
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens12-30/+38
2019-02-07Make ToC's entries' color darker.XhmikosR1-1/+1
The previous was too light.
2019-02-07Remove unused selector.XhmikosR1-4/+0
2019-02-06docs license header: split sentence in period.XhmikosR2-4/+4
2019-01-13Add some margin below the buttonsMartijn Cuppens1-0/+1
2019-01-08npm run test to build dist filesMark Otto3-6/+6
2019-01-08Bump copyright year to 2019.XhmikosR2-4/+4
2019-01-07Add horizontal list group modifier (#27970)Mark Otto1-0/+3
Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items.
2019-01-04latest changesMark Otto2-2/+2
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens1-1/+0
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens5-9/+9
2018-12-21Prep for v4.2.0 releaseMark Otto90-0/+1794
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more