Merge pull request #44 from jake-low/swissen-section-width

Widen section labels on swissen template
This commit is contained in:
Craig Davis
2015-05-11 06:29:25 -04:00
3 changed files with 7 additions and 7 deletions

View File

@@ -37,12 +37,12 @@ body.pdf {
}
h3 {
float: left;
width: 16%;
width: 20%;
font-style: normal;
}
h3+p {
float: left;
width: 84%;
width: 80%;
}
blockquote {
@@ -70,7 +70,7 @@ body.pdf {
ol {
float: left;
width: 84%;
width: 80%;
margin: .7em 0 0;
}