diff --git a/resources/css/style.css b/resources/css/style.css index 10154cef184eeb02e1e4802d6e80da5009b1fc5b..8e17e9b0de8a784e24f964f3abd6f32cf83cf162 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -19,20 +19,12 @@ body { } /* Header*/ -header .title { - width: 100%; - height: 4rem; - line-height: 4rem; - margin: 0; - padding: 0; - background-color: #FF8547; - background-color: hsl(20,100%,64%); -} header h1 { + color: #FFFFFF; + background-color: #FF8547; width: 100%; font-size: 1.6em; letter-spacing: 0.1rem; - color: #fff; font-weight: bold; height: 4rem; line-height: 4rem; diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html index 02a2ad4c84319123f2315eef2310afe21542e9cb..fd16eba1da983bb782ab8949a369577dbfbf6f42 100644 --- a/templates/web/en/index.tt2.html +++ b/templates/web/en/index.tt2.html @@ -30,9 +30,7 @@ <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> - </div> + <h1>[% app.name %]</h1> </header> <div id="content"> diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html index 042e39a9d9a910094c80b677bf5811b2874f4ba7..15515ebbc6b09c67d2ebeab752b5f231e77519a0 100644 --- a/templates/web/fr/index.tt2.html +++ b/templates/web/fr/index.tt2.html @@ -30,9 +30,7 @@ <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> - </div> + <h1>[% app.name %]</h1> </header> <div id="content">