From 75735670d3efa1f8d33fb073896e160aa75e1bca Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 2 Mar 2018 16:14:03 +0100 Subject: [PATCH] center image, and reduce size --- templates/web/en/home.tt2.html | 2 +- templates/web/fr/home.tt2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/en/home.tt2.html b/templates/web/en/home.tt2.html index 383425d..a942470 100644 --- a/templates/web/en/home.tt2.html +++ b/templates/web/en/home.tt2.html @@ -8,7 +8,7 @@ access own services.</p> <p><a href="https://wiki.geant.org/display/eduGAIN/eduGAIN+Access+Checkl">More information</a></p> <h2>Functionning</h2> -<img alt="eduGAIN Access Check Basics" src="images/edugain_test_idp_basics.png"/> +<img class="float-center" alt="eduGAIN Access Check" src="images/edugain_test_idp_basics.png" height="50%" width="50%"/> <h2>Getting started</h2> <p>To start testing your own services, start by selecting one your are administrator for.</p> diff --git a/templates/web/fr/home.tt2.html b/templates/web/fr/home.tt2.html index 1007a7f..906bee1 100644 --- a/templates/web/fr/home.tt2.html +++ b/templates/web/fr/home.tt2.html @@ -8,7 +8,7 @@ comptes de test ne peuvent être utilisés qu'avec ce service.</p> <p><a href="https://wiki.geant.org/display/eduGAIN/eduGAIN+Access+Check">Plus d'information</a></p> <h2>Fonctionnement</h2> -<img alt="eduGAIN Access Check Basics" src="images/edugain_test_idp_basics.png"/> +<img class="float-center" alt="eduGAIN Access Check" src="images/edugain_test_idp_basics.png" height="50%" width="50%"/> <h2>Commencer</h2> <p>Pour commencer à tester vos propres services, commencez par en sélectionner un dont vous êtes l'administrateur.</p> -- GitLab