Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Tighter tables

Cette révision appartient à :
sfan5 2017-05-05 22:09:41 +02:00
Parent 2571869c24
révision 7acba75ec7

Voir le fichier

@ -35,10 +35,6 @@ body {
padding: 0;
}
/*.blockBody {
padding: 1rem;
}*/
.torrentNav {
text-align: center;
}
@ -90,6 +86,11 @@ a {
vertical-align: middle;
}
.table > tbody > tr > th, .table > tbody > tr > td {
padding: 4px;
}
.custom-table-hover > tbody > tr:hover {
opacity: 0.82;
}