skeleton.css - Base Styles

Base Styles

The german language does like to construct rather long words through composition. Hence I enlist every support for hyphenation that browsers are offering.

p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

Copyright © 2016 Uwe Ritzmann - Created with Pelican, Python and Skeleton.