Skip to content

Commit fe6fc5e

Browse files
committed
CSS for gallery per #64
1 parent c742f52 commit fe6fc5e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

css/main.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,33 @@ div#displayEditor {
511511
height: 256px;
512512
}
513513

514+
/* Gallery */
515+
516+
#galleryView {
517+
margin: 24px auto;
518+
width: 90%;
519+
min-width: 768px;
520+
}
521+
522+
#galleryImage {
523+
margin: 0 12px 12px 0;
524+
float: left;
525+
box-shadow: 4px 4px 1px rgba(0,0,0,.25);
526+
background: rgba(0,0,0,.25);
527+
}
528+
529+
#galleryImage img {
530+
width: 240px;
531+
height: 192px;
532+
}
533+
534+
#galleryFooter {
535+
clear:both;
536+
text-align: center;
537+
width: 100%;
538+
color: #fff;
539+
}
540+
514541
/* Hints Preview */
515542

516543
.hintPreview {

0 commit comments

Comments
 (0)