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:
parent
632a3f5e99
commit
576cea4c0a
@ -118,18 +118,18 @@ body {
|
||||
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;
|
||||
line-height: 0.8em;
|
||||
float: left;
|
||||
margin: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
.gamestory {
|
||||
font-family: 'Cardo', 'Times New Roman', serif;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: relative;
|
||||
margin-top: -50px;
|
||||
|
Loading…
Reference in New Issue
Block a user