You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
540 B

/****** List View CSS ******/
#pictures {
width: 750px;
}
.picture {
padding: 5px;
border-style: solid;
border-width: thin;
border-color: #779;
background-color: white;
display: inline-block;
}
.pictureframe {
padding: 5px;
display: inline-block;
}
.picturediv {
display: inline-block;
max-width: 150px;
max-height: 200px;
}
.inline {
display: inline;
}
/***** Single View CSS *****/
.caption {
font-style: italic;
}
#singleimage img {
width: 700px;
height: auto;
}