Skip to content

Commit

Permalink
CSS for gallery per #64
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgarner committed Nov 20, 2014
1 parent c742f52 commit fe6fc5e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,33 @@ div#displayEditor {
height: 256px;
}

/* Gallery */

#galleryView {
margin: 24px auto;
width: 90%;
min-width: 768px;
}

#galleryImage {
margin: 0 12px 12px 0;
float: left;
box-shadow: 4px 4px 1px rgba(0,0,0,.25);
background: rgba(0,0,0,.25);
}

#galleryImage img {
width: 240px;
height: 192px;
}

#galleryFooter {
clear:both;
text-align: center;
width: 100%;
color: #fff;
}

/* Hints Preview */

.hintPreview {
Expand Down

0 comments on commit fe6fc5e

Please sign in to comment.