changeset 138:c69e9b3f3046

Rename CSS "contents" element ID to "pageContents".
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 14:45:12 +0300
parents 8554ba02ff7e
children c7e8f8b9dd8d
files basic.css mgallery.php
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Mon Sep 04 14:44:44 2017 +0300
+++ b/basic.css	Mon Sep 04 14:45:12 2017 +0300
@@ -18,8 +18,8 @@
 }
 
 
-#contents {
-	padding: 0.5em;
+#pageContents {
+	padding: 0em;
 	margin: 0em;
 }
 
--- a/mgallery.php	Mon Sep 04 14:44:44 2017 +0300
+++ b/mgallery.php	Mon Sep 04 14:45:12 2017 +0300
@@ -132,8 +132,7 @@
     require_once $pageUrchin;
 
   echo
-    "<div id=\"messageBox\"></div>\n".
-    "<div id=\"contents\">\n";
+    "<div id=\"pageContents\">\n";
 }