mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
CSS: Decrease the size of h6 headlines
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -96,10 +96,14 @@ body {
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
br.clear {
|
||||
clear: both;
|
||||
}
|
||||
@@ -345,6 +349,12 @@ table.form tr td textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.form tr.header td {
|
||||
font-weight: bold;
|
||||
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
table.form tr.action td {
|
||||
padding-top: 1rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user