- Render corpauthor in the same way as author
- Use more consistent styling for Table of Contents, and List of Foobar headers
This commit is contained in:
parent
c6fd9b9e1c
commit
e1acf87ead
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41388
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,11 @@ div.procedure p b {
|
|||
}
|
||||
|
||||
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title,
|
||||
h3.author {
|
||||
h3.author, .corpauthor, .abstract p.title,
|
||||
div.toc p:first-child,
|
||||
div.list-of-figures p:first-child,
|
||||
div.list-of-tables p:first-child,
|
||||
div.list-of-examples p:first-child {
|
||||
line-height: 1.3;
|
||||
margin-left: 0;
|
||||
color: #990000;
|
||||
|
|
Loading…
Reference in a new issue