Line 158:
Line 158:
.infobox th {white-space: normal;}
.infobox th {white-space: normal;}
.infobox img {
.infobox img {
−
max-width: 100%;
−
height: auto;
display: block;
display: block;
+
width: 100% !important;
+
height: auto !important;
+
margin: 0 auto;
+
}
+
}
}