Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update style.css

Cette révision appartient à :
MMP0 2017-05-18 10:47:05 +09:00 révisé par GitHub
Parent ed640fc265
révision 7401f24fb0

Voir le fichier

@ -120,10 +120,6 @@ td {
font-family: monospace;
}
.torrent-info .filesize {
white-space: nowrap;
}
.comment-row td:first-of-type {
vertical-align: top;
text-align: left;
@ -131,6 +127,10 @@ td {
}
/* Table style & fixes */
.table > tbody > tr > th, .nowrap {
white-space: nowrap;
}
.table > tbody > tr > td {
/* fix bootstrap uglyness */
vertical-align: middle;
@ -146,10 +146,6 @@ td {
grid-template-columns: 240px;
}
tr.torrent-info td.date {
white-space: nowrap;
}
.custom-table-hover > tbody > tr:hover {
opacity: 0.82;
}