Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
sfan5 2017-05-05 15:00:07 +02:00
Parent ffa6166fec
révision 1d8246b556

Voir le fichier

@ -16,7 +16,7 @@ nav#mainmenu {
position: fixed;
color: white;
width: 100%;
z-index: 3;
z-index: 4;
}
nav#mainmenu a {
@ -72,6 +72,11 @@ a {
white-space: nowrap;
}
.table > tbody > tr > td {
/* fix bootstrap uglyness */
vertical-align: middle;
}
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%;}