added wordwrap to body tag for extra long words / titles
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user