Update modern template

Add margins to sub-headers; adjust related blocks so that everything
else still looks okay.
This commit is contained in:
Scott Weldon 2015-03-11 21:38:40 -07:00
parent d77284f7a6
commit 005d1c5c6d
4 changed files with 9 additions and 9 deletions

Binary file not shown.

View File

@ -44,7 +44,7 @@ body.pdf {
} }
h3+p { h3+p {
float: left; float: left;
width: 84%; width: 78%;
} }
blockquote { blockquote {
@ -54,7 +54,7 @@ body.pdf {
} }
ul li { ul li {
width: 28%; width: 26%;
float: left; float: left;
} }
ul dl { ul dl {
@ -72,7 +72,7 @@ body.pdf {
ol { ol {
float: left; float: left;
width: 84%; width: 79%;
margin: .7em 0 0; margin: .7em 0 0;
} }
@ -91,7 +91,7 @@ body.pdf {
margin: .7em 0 0; margin: .7em 0 0;
page-break-inside: avoid !important; page-break-inside: avoid !important;
display: block; display: block;
width:84%; width:79%;
float: left; float: left;
dt {} dt {}
dd { dd {

View File

@ -82,7 +82,7 @@ h2 {
} }
h3 { h3 {
margin: 0; margin: 0px 20px;
padding: 0 0 .5em; padding: 0 0 .5em;
font-size: 150%; font-size: 150%;
font-style: italic; font-style: italic;
@ -146,7 +146,7 @@ ol li:nth-child(1) {
dl { dl {
display: inline-block; display: inline-block;
width: 75%; width: 78%;
margin: 0; margin: 0;
padding: 0; padding: 0;
dt { dt {

View File

@ -91,11 +91,11 @@
h3+p { h3+p {
float: left; float: left;
width: 84%; width: 78%;
} }
ul li { ul li {
width: 28%; width: 25%;
float: left; float: left;
} }
ul dl { ul dl {
@ -111,7 +111,7 @@
ol { ol {
float: left; float: left;
width: 84%; width: 79%;
margin: .6em 0 0; margin: .6em 0 0;
} }