23 lines
268 B
CSS
23 lines
268 B
CSS
/* IDS */
|
|
|
|
#scrollPhotos {
|
|
overflow-x: scroll;
|
|
|
|
border-color: grey;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#backgroundIndicator {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
|
|
|
|
|
|
/* CLASSES */
|
|
|
|
.photo-container {
|
|
width: 350px;
|
|
} |