Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Add styles from /g/anon to fix table responsiveness

Cette révision appartient à :
Eliot Whalan 2017-05-05 22:02:40 +10:00
Parent ab9a57296f
révision 5bad947a78
1 fichiers modifiés avec 7 ajouts et 0 suppressions

Voir le fichier

@ -63,3 +63,10 @@ a {
.torrent-info .filesize {
white-space: nowrap;
}
div.container div.blockBody:nth-of-type(2) table{table-layout:fixed;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:first-of-type, div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(5){width:10%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(3){width:15%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(4){width:19%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-type{width:6%;}
tr.torrent-info td.hash,tr.torrent-info td.date{word-wrap:break-word;}