Adding the orphaned options pages to the navigation
[chromium-blink-merge.git] / chrome / common / extensions / docs / static / css / print.css
blobb2820b1e26a9c7b9845e2777e3cfde332ae8fd95
1 /* Chrome extensions developer guide - styles for printing */
3 /* Make preformatted text wrap
4 (ref: http://myy.helia.fi/~karte/pre-wrap-css3-mozilla-opera-ie.html) */
5 pre {
6 white-space: pre-wrap; /* css-3 */
7 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
8 white-space: -pre-wrap; /* Opera 4-6 */
9 white-space: -o-pre-wrap; /* Opera 7 */
10 word-wrap: break-word; /* Internet Explorer 5.5+ */