raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=2af1a342a4bd3b5a727b7a3d65b645f5b599cbca
commit 2af1a342a4bd3b5a727b7a3d65b645f5b599cbca Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Wed Jul 10 18:19:39 2019 +0100 shots - make thumbs centered per row --- public_html/ss/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/ss/index.php b/public_html/ss/index.php index 238fab6d..98407f70 100644 --- a/public_html/ss/index.php +++ b/public_html/ss/index.php @@ -83,7 +83,7 @@ </div> </div> - <div id="Images"> + <center><div id="Images"> <?php $skip = $page * IMAGES_PER_PAGE; foreach ($files as &$f) { @@ -100,6 +100,6 @@ print "<a href=display.php?image=" . urlencode($f) . "><img src=" . $thumb . " class=thumb></a>\n"; } ?> - </div> + </div></center> </body> </html> --
