This commit is contained in:
Gaspard Jankowiak 2014-02-14 12:02:40 +01:00
parent a3ee79f77f
commit 45d833a799
2 changed files with 3 additions and 8 deletions

View file

@ -9,6 +9,7 @@ $strong: #111;
$dim: #999; $dim: #999;
$links: #55f; $links: #55f;
$rule: #999; $rule: #999;
$tr-rule: #ccc;
$width: 800px; $width: 800px;
$margin: 17px; $margin: 17px;
@ -58,8 +59,7 @@ em { font-style: italic; }
table { width: 100%; } table { width: 100%; }
thead { color: $dim; } thead { color: $dim; }
th, td { padding: 0.3em; } th, td { padding: 0.3em; }
tr { border-bottom: 1px solid $dim; } tr { border-bottom: 1px dotted $tr-rule; }
tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; }
.publi_table td:nth-child(1) { width: 30%; } .publi_table td:nth-child(1) { width: 30%; }
.publi_table td:nth-child(2) { width: 60%; } .publi_table td:nth-child(2) { width: 60%; }

View file

@ -172,12 +172,7 @@ th, td {
} }
tr { tr {
border-bottom: 1px solid #999999; border-bottom: 1px dotted #cccccc;
}
tbody tr:hover {
border-bottom: 1px solid #111111;
color: #111111;
} }
.publi_table td:nth-child(1) { .publi_table td:nth-child(1) {