From: karland Date: Sun, 20 Nov 2016 01:06:56 +0000 (+0100) Subject: Syncing and corrections X-Git-Tag: v6.3-rc1~6^2~7^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9395%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Syncing and corrections --- diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index d29202bcd..3351eebcb 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -51,10 +51,10 @@ Foundation includes styles for all headings—they're balanced and sized alo ### Header Sizes -The framework includes two typographic scales—one uses a narrow range of sizes for small- and medium-sized screens, and the other uses a wider range of sizes for large-sized screens. You can change these scales, or add new ones for other breakpoints, by editing the `$header-sizes` map in your project's Settings File. +The framework includes two typographic scales—one uses a narrow range of sizes for small-sized screens, and the other uses a wider range of sizes for medium- and larger-sized screens. You can change these scales, or add new ones for other breakpoints, by editing the `$header-sizes` map in your project's Settings File. -Header | Default | Large and up ---------|---------|------------- +Header | Default | Medium and up +--------|---------|-------------- `

` | 24px | 48px `

` | 20px | 40px `

` | 19px | 31px @@ -260,3 +260,7 @@ Foundation includes print styles developed by HTML5 Boilerplate to give you some - Page cleanup and window minimization On top of that, Foundation includes a couple of simple classes you can use to control elements printing, or not printing. Simply attach `.show-for-print` to an element to only show when printing, and `.hide-for-print` to hide something when printing. + +
+

Print styles use `!important` to ensure they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.

++