summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-08-04 02:12:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2014-08-04 02:12:09 -0600
commit65efd37974fd7b2b9307d2aef7aeebc2297dc57b (patch)
tree263b44b64082495dfdd1ae770c27dba11a6e37da /data
parent00aff0bddb420631d02c5e386e3a66d666856955 (diff)
slight tweak to spacing in header
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 04406a07..887c0d72 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -126,8 +126,8 @@ p a > code:hover { color: #250b08; }
#header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
#content:before { content: none; }
#header { margin-bottom: 1.875em; }
-#header > h1 { color: #212020; font-weight: 300; border-bottom: 1px solid #d8d8d8; margin-bottom: -28px; padding-bottom: 28px; }
-#header > span { color: #6e6e6e; float: left; line-height: 1.4; }
+#header > h1 { color: #212020; font-weight: 300; border-bottom: 1px solid #d8d8d8; margin-bottom: -0.65em; padding-bottom: 0.7em; }
+#header > span { color: #6e6e6e; float: left; line-height: 1.5; }
#header #revnumber { text-transform: capitalize; }
#header > br { display: none; float: left; }
#header > br + span:before { content: "\2005\2013\2005"; }