From 9f035d3d8d9b36406cbed03673725cfff028cf3a Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Thu, 22 Feb 2018 09:28:05 +0100 Subject: [PATCH] fix header --- templates/web/en/index.tt2.html | 4 ++-- templates/web/fr/index.tt2.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html index 8bd469a..306d7b9 100644 --- a/templates/web/en/index.tt2.html +++ b/templates/web/en/index.tt2.html @@ -27,8 +27,8 @@ <body> <header> <div class="clearfix"> - <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a> - <a href="http://www.geant.net" title="Geant home page" target="_blank" class="right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a> + <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="float-left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a> + <a href="http://www.geant.net" title="Geant home page" target="_blank" class="float-right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a> </div> <div class="title"> <h1>[% app.name %]</h1> diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html index d219501..a27a557 100644 --- a/templates/web/fr/index.tt2.html +++ b/templates/web/fr/index.tt2.html @@ -27,8 +27,8 @@ <body> <header> <div class="clearfix"> - <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a> - <a href="http://www.geant.net" title="Geant home page" target="_blank" class="right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a> + <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="float-left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a> + <a href="http://www.geant.net" title="Geant home page" target="_blank" class="float-right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a> </div> <div class="title"> <h1>[% app.name %]</h1> -- GitLab