We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c742f52 commit fe6fc5eCopy full SHA for fe6fc5e
css/main.css
@@ -511,6 +511,33 @@ div#displayEditor {
511
height: 256px;
512
}
513
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
541
/* Hints Preview */
542
543
.hintPreview {
0 commit comments