diff --git a/typo.html b/typo.html index e1c1533..54fc2a0 100644 --- a/typo.html +++ b/typo.html @@ -10,6 +10,7 @@ code{ color:#1abc9c; } html{ background:#eee; } body{ width:90%; max-width: 960px; background:#fff; margin:3em auto 0; padding-top:2em;border:1px solid #ddd;border-width:0 1px;} + pre{white-space:pre-wrap;} i.serif{ text-transform:lowercase; color:#1abc9c; } :-moz-any(h1, h2, h3, h4, h5, h5) i.serif{ text-transform: capitalize; }