Corrected imagebar image size with noscript enabled to match noscript-disabled size

This commit is contained in:
archshift 2015-03-08 01:28:27 -08:00
parent 16a05dd564
commit f3d897ef65

View File

@ -16,5 +16,6 @@
}
#imagebar img {
width: 23vw;
width: 400px;
max-width: 70vw;
}