1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* PROSE css for Autocento. * for PROSE considerations ONLY, e.g.: * line-height * hyphenation * etc. */ .prose { text-align: justify; hyphens: auto; -moz-hyphens: auto; } .prose p:first-child::first-line { font-variant: small-caps; }