Page formatting again
This commit is contained in:
parent
7882e13be5
commit
f15513f05f
11
style.css
11
style.css
|
@ -195,7 +195,12 @@ a:hover {
|
|||
|
||||
#page p {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 13pt
|
||||
}
|
||||
|
||||
#page p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#page h1, #page h2, #page h3 {
|
||||
|
@ -205,6 +210,10 @@ a:hover {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#page h1 {
|
||||
font-size: 28pt;
|
||||
}
|
||||
|
||||
#page h1:first-child {
|
||||
margin-top: 0;
|
||||
}
|
Loading…
Reference in New Issue