2014-10-10 15:48:22 -07:00
|
|
|
#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 {
|
2015-03-08 01:28:27 -08:00
|
|
|
width: 400px;
|
|
|
|
max-width: 70vw;
|
2014-10-10 15:48:22 -07:00
|
|
|
}
|