diff basic.css @ 199:d03fad24f4bc

Make separate containing div elements for gallery and image view page types.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Mar 2018 15:29:54 +0200
parents cd09052cf5db
children 7b08e19f5a0e
line wrap: on
line diff
--- a/basic.css	Mon Mar 19 15:28:31 2018 +0200
+++ b/basic.css	Mon Mar 19 15:29:54 2018 +0200
@@ -18,12 +18,16 @@
 }
 
 
-#pageContents {
+#galleryPage, #imagePage {
 	padding: 0;
 	margin: 0;
 }
 
 
+#imagePage {
+}
+
+
 h1 {
 	font-size: 1.5em;
 	font-family: helvetica;