do not show ugly lines below minor headlines
This commit is contained in:
parent
e70bbb941b
commit
0bac3ecc13
1 changed files with 3 additions and 0 deletions
|
@ -238,18 +238,21 @@ fieldset.box td {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #444;
|
color: #444;
|
||||||
padding-top: 0.4em;
|
padding-top: 0.4em;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-4 h1, .content-3 h2, .content-2 h3, .content-1 h4, h4 {
|
.content-4 h1, .content-3 h2, .content-2 h3, .content-1 h4, h4 {
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding-top: 0.3em;
|
padding-top: 0.3em;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-5 h1, .content-4 h2, .content-3 h3, content-2 h4, h5 {
|
.content-5 h1, .content-4 h2, .content-3 h3, content-2 h4, h5 {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
/* border: none; */
|
/* border: none; */
|
||||||
padding-top: 0.2em;
|
padding-top: 0.2em;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
|
|
Loading…
Add table
Reference in a new issue