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;
$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%; }

View file

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