css tweak for tables
This commit is contained in:
parent
c2ad36ac3d
commit
a23ff6990c
1 changed files with 3 additions and 1 deletions
|
@ -109,10 +109,12 @@ footer { font-size: 75%; padding-bottom: 175px; }
|
|||
|
||||
em { font-style: italic; }
|
||||
|
||||
table { width: 100%; }
|
||||
table { width: 100%; border-collapse: collapse; }
|
||||
th, td { padding: 0.3em; }
|
||||
tr { border-bottom: 1px dotted $tr-rule; }
|
||||
|
||||
table.headerline th { border-bottom: 1px solid #555; }
|
||||
|
||||
table.bordered { border-collapse: collapse; margin: 1em 0; }
|
||||
table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue