Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix incorrect renchon/megumin size on view page

Cette révision appartient à :
sfan5 2017-05-07 21:44:07 +02:00
Parent 725c6acca0
révision 51105530f1
2 fichiers modifiés avec 3 ajouts et 2 suppressions

Voir le fichier

@ -43,7 +43,7 @@
} }
#container.cont-view { #container.cont-view {
background: #29363d url(/img/megumin.png) no-repeat; background: #29363d url(/img/megumin.png) no-repeat;
background-size: 75px, 100px; background-size: 75px;
} }
body { body {
@ -178,6 +178,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
max-height: 80vh; max-height: 80vh;
} }
/* the curved edges triggered my autism */
.navbar { .navbar {
border-radius: 0px; border-radius: 0px;
} }

Voir le fichier

@ -43,7 +43,7 @@
} }
#container.cont-view { #container.cont-view {
background: white url(/img/renchon.png) no-repeat; background: white url(/img/renchon.png) no-repeat;
background-size: 75px, 100px; background-size: 61px;
} }
body { body {