diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:19:53 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:19:53 +1300 |
commit | e5d282936434226241e7077380607224b4ebe446 (patch) | |
tree | e747ed5a02ab1a9749ceb7c2ec684720cda5960b | |
parent | fcb569b7d7d6fef6c9470201bd88ecdf3d8c19f5 (diff) | |
download | mitmproxy-e5d282936434226241e7077380607224b4ebe446.tar.gz mitmproxy-e5d282936434226241e7077380607224b4ebe446.tar.bz2 mitmproxy-e5d282936434226241e7077380607224b4ebe446.zip |
docs: fix spacing of page headers
-rw-r--r-- | doc-src/02-docstyle.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index 8e07434b..4b1ad76a 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -13,4 +13,8 @@ body { h1 { line-height: 1.1; -}
\ No newline at end of file +} + +.page-header { + margin: 0px 0 22px; +} |