Web (Storycraft): only do fancy first-letter tricks on actual stories, not the message about how there isn't a story to show yet.

This commit is contained in:
Brian S. Stephan 2011-02-20 11:42:33 -06:00
parent 632a3f5e99
commit 576cea4c0a

View File

@ -118,18 +118,18 @@ body {
padding: 10px; padding: 10px;
} }
.storyblock p:first-letter { .gamestory {
font-family: 'Cardo', 'Times New Roman', serif;
line-height: 1.5em;
}
.gamestory p:first-letter {
font-size: 3.5em; font-size: 3.5em;
line-height: 0.8em; line-height: 0.8em;
float: left; float: left;
margin: 0 3px 3px 0; margin: 0 3px 3px 0;
} }
.gamestory {
font-family: 'Cardo', 'Times New Roman', serif;
line-height: 1.5em;
}
#footer { #footer {
position: relative; position: relative;
margin-top: -50px; margin-top: -50px;