mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
NEW THEME: added padding right for TH and TD tags
This commit is contained in:
committed by
Michael Tremer
parent
11e012ef66
commit
b1be2de786
@@ -274,6 +274,8 @@ table {
|
||||
border-top: 1px solid lightgrey;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
background: #cccccc;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.tbl th:first-child {
|
||||
@@ -293,6 +295,7 @@ table {
|
||||
}
|
||||
.tbl td{
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
.tbl tr td:first-child {
|
||||
border-left: 1px solid lightgrey;
|
||||
|
||||
Reference in New Issue
Block a user