diff --git a/static/css/print.css b/static/css/print.css index eacbff45a7..f728b9f466 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -78,6 +78,8 @@ body, } #body-inner.chapter h1 { border-bottom: 1px solid #ddd; + margin-bottom: 2rem; + padding-bottom: .75rem; } .footline { /* in print mode show footer line to signal reader the end of document */ diff --git a/static/css/theme.css b/static/css/theme.css index 0cfd408aff..4a4f096a48 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -439,6 +439,7 @@ th { #body-inner.chapter h3:first-of-type { font-weight: 200; + margin-top: 0; text-align: center; }