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
commit 1a0ab1e237
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;
}

View File

@ -134,7 +134,7 @@ ul dl {
ol {
margin: 0;
padding: 0 0 .75em;
width: 84%;
width: 80%;
display: inline-block;
}

View File

@ -82,12 +82,12 @@
h3 {
float: left;
width: 16%;
width: 20%;
}
h3+p {
float: left;
width: 84%;
width: 80%;
}
ul li {
@ -107,7 +107,7 @@
ol {
float: left;
width: 84%;
width: 80%;
margin: .6em 0 0;
}