citra-emu.github.io/noscript.css
archshift 250e2a8d27 Added noscript stylesheet, for anyone who decides not to use JS
Image slider, on noscript, has a scrollbar.
2014-10-11 15:24:52 -07:00

21 lines
283 B
CSS

#imagebar {
display: inline-block;
text-align: center;
width: 100%;
white-space: nowrap;
overflow-x: scroll;
overflow-y: hidden;
padding: 0;
}
#imagebar div {
display: inline-block;
padding: 0.5vw;
}
#imagebar img {
width: 23vw;
}