tables
This commit is contained in:
parent
a3ee79f77f
commit
45d833a799
2 changed files with 3 additions and 8 deletions
|
|
@ -9,6 +9,7 @@ $strong: #111;
|
|||
$dim: #999;
|
||||
$links: #55f;
|
||||
$rule: #999;
|
||||
$tr-rule: #ccc;
|
||||
|
||||
$width: 800px;
|
||||
$margin: 17px;
|
||||
|
|
@ -58,8 +59,7 @@ em { font-style: italic; }
|
|||
table { width: 100%; }
|
||||
thead { color: $dim; }
|
||||
th, td { padding: 0.3em; }
|
||||
tr { border-bottom: 1px solid $dim; }
|
||||
tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; }
|
||||
tr { border-bottom: 1px dotted $tr-rule; }
|
||||
|
||||
.publi_table td:nth-child(1) { width: 30%; }
|
||||
.publi_table td:nth-child(2) { width: 60%; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue