- Only pad the table elements of certain tables.
parent
8c73699dfc
commit
1c45f07e57
|
@ -14,8 +14,8 @@ tr.dark {
|
||||||
tr.light {
|
tr.light {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
td {
|
tr.dark td, tr.light td {
|
||||||
padding: 0.2em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
Loading…
Reference in New Issue