raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=feafc188d1d075da4bc553225872f82991309116
commit feafc188d1d075da4bc553225872f82991309116 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Wed Jul 10 18:30:26 2019 +0100 www - make logo nicely sized and spaced --- public_html/ss/index.css | 3 ++- public_html/ss/index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public_html/ss/index.css b/public_html/ss/index.css index 7754bc2d..0ff38004 100644 --- a/public_html/ss/index.css +++ b/public_html/ss/index.css @@ -65,5 +65,6 @@ img.full { font-size : 20px; } #Images { - margin-bottom : 8em; + margin-top : 4em; + margin-bottom : 12em; } diff --git a/public_html/ss/index.php b/public_html/ss/index.php index 84fe8d71..b3543890 100644 --- a/public_html/ss/index.php +++ b/public_html/ss/index.php @@ -84,7 +84,7 @@ </div> <center><div id="Images"> - <img src="/img/e-logo-title.svg" width=2em><br> + <img src="./img/e-logo-title.svg" width=160em><br><br><br> <?php $skip = $page * IMAGES_PER_PAGE; foreach ($files as &$f) { --
