Style
This commit is contained in:
parent
fa2063ca35
commit
e5a51fab24
1 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,11 @@ h1 /* title */
|
|||
font-size: 200%;
|
||||
}
|
||||
|
||||
div.part h1
|
||||
{
|
||||
font-size: 240%;
|
||||
}
|
||||
|
||||
h2 /* chapters, appendices, subtitle */
|
||||
{
|
||||
font-size: 180%;
|
||||
|
@ -30,7 +35,7 @@ h2 /* chapters, appendices, subtitle */
|
|||
|
||||
div.part
|
||||
{
|
||||
margin-top: 2em;
|
||||
margin-top: 4em;
|
||||
}
|
||||
|
||||
/* Extra space between chapters, appendices. */
|
||||
|
|
Loading…
Reference in a new issue