htmlbook-specific styling to make Heroes text presentable.

This commit is contained in:
Brian Wilson
2013-03-11 11:56:48 -04:00
parent 2199ae673b
commit cd95872b52

View File

@@ -161,6 +161,15 @@ div.book-wrapper {
div {
text-align: left;
line-height: 1.6em;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
.Paragraph, h2 {
margin-top: 10px;
}
}
}
}