diff --git a/style.css b/style.css index 88f0742..2fb06fe 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; + } q:before, q:after { content: ''; } @@ -69,6 +70,7 @@ a img { border: none; } body { font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; + } @@ -114,6 +116,10 @@ body line-height: 1.3em; margin: 0; text-shadow: #fff 0 0 1px; + + /* for extra long words */ + -ms-word-wrap: break-word; + word-wrap: break-word; } div#wrapper