/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox * { padding-left: 60px; max-width: 820px; margin-right: 240px } #content > h2 { max-width: none; } #content > pre { padding-left: 1.0em; margin-left: 60px; max-width: 820px; } #content > ul { padding-left: 126px; } #content > #progress-demo { padding-right: 1.0em; max-width: none; } /* ---- page-nav ---- */ .page-nav { position: fixed; width: 200px; right: 20px; top: 60px; } /* hacky overwrite styles */ #content > .page-nav { margin-right: 0; } .page-nav__item { margin-bottom: 2px; } .page-nav__item a { display: block; } /* ---- other products ---- */ .other-product { width: 49%; float: left; } .other-product:nth-child(2n+1) { margin-right: 2%; } }