Skip to content
Snippets Groups Projects
Commit 957bda55 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

simplification: drop title class

parent e0bcb627
No related branches found
No related tags found
No related merge requests found
...@@ -19,20 +19,12 @@ body { ...@@ -19,20 +19,12 @@ body {
} }
/* Header*/ /* 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 { header h1 {
color: #FFFFFF;
background-color: #FF8547;
width: 100%; width: 100%;
font-size: 1.6em; font-size: 1.6em;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
color: #fff;
font-weight: bold; font-weight: bold;
height: 4rem; height: 4rem;
line-height: 4rem; line-height: 4rem;
......
...@@ -30,9 +30,7 @@ ...@@ -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.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> <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>
<div class="title"> <h1>[% app.name %]</h1>
<h1>[% app.name %]</h1>
</div>
</header> </header>
<div id="content"> <div id="content">
......
...@@ -30,9 +30,7 @@ ...@@ -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.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> <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>
<div class="title"> <h1>[% app.name %]</h1>
<h1>[% app.name %]</h1>
</div>
</header> </header>
<div id="content"> <div id="content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment