Improve spacing on authors

Improve the authors block so that they remain left aligned.

Closes gh-56
This commit is contained in:
Phillip Webb 2020-10-01 17:19:37 -07:00 committed by Brian Clozel
parent 1ac9d93302
commit 7ec07b3170
2 changed files with 13 additions and 3 deletions

View File

@ -189,11 +189,21 @@ body.toc2 {
content: "\00a0\2013\00a0";
}
#header .details br + span.author:before {
content: "\00a0\22c5\00a0";
#header .details span.author:before {
content: "";
color: rgba(0, 0, 0, 0.85);
}
#header .details span.author:after {
content: "\22c5";
color: rgba(0, 0, 0, 0.85);
margin: 0 3px;
}
#header .details span.author:nth-last-child(2):after {
content: "";
}
#header .details br + span#revremark:before {
content: "\00a0|\00a0";
}

View File

@ -1,5 +1,5 @@
= AsciiDoc Document Example
Brian Clozel
Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson; Marcel Overdijk; Christian Dupuis; Sébastien Deleuze; Michael Simons; Vedran Pavić; Jay Bryant; Madhura Bhave; Eddú Meléndez; Scott Frederick
:description: This is a sample document for testing Asciidoctor themes
:toc: left
:toclevels: 4