changeset 150:28a2b6e6b527

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Sep 2017 16:49:01 +0300
parents b4751909c48f
children 4e25150aa868
files basic.css mgallery.inc.php mgallery.php
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Wed Sep 06 16:46:09 2017 +0300
+++ b/basic.css	Wed Sep 06 16:49:01 2017 +0300
@@ -23,6 +23,7 @@
 	margin: 0em;
 }
 
+
 h1 {
 	font-size: 1.5em;
 	font-family: helvetica;
@@ -122,7 +123,8 @@
 	text-align: center;
 }
 
-div.imageBox img, div.imageCtrl img {
+div.imageBox img,
+div.imageCtrl img {
 	border: 0.2em solid black;
 	border-radius: 0.3em;
 }
--- a/mgallery.inc.php	Wed Sep 06 16:46:09 2017 +0300
+++ b/mgallery.inc.php	Wed Sep 06 16:49:01 2017 +0300
@@ -351,5 +351,4 @@
   }
 }
 
-
 ?>
\ No newline at end of file
--- a/mgallery.php	Wed Sep 06 16:46:09 2017 +0300
+++ b/mgallery.php	Wed Sep 06 16:49:01 2017 +0300
@@ -241,7 +241,7 @@
   $str = mgGetNaviControlImageBox($galIndex, $index, $class, $delta);
 
   if ($str != "")
-  return
+    return
     "<script type=\"text/javascript\">".
     "document.write(\"".str_replace("\"", "\\\"", $str)."\");".
     "</script>";