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

simplification

parent 99b58144
Branches
Tags
No related merge requests found
...@@ -47,39 +47,27 @@ header ul li.logo{ ...@@ -47,39 +47,27 @@ header ul li.logo{
width: 30%; width: 30%;
} }
header .title{ header .title {
width: 100%; width: 100%;
height:4rem; height: 4rem;
line-height: 4rem; line-height: 4rem;
margin:0; margin: 0;
padding:0; padding: 0;
background-color:#FF8547; background-color: #FF8547;
background-color:hsl(20,100%,64%); background-color: hsl(20,100%,64%);
}
header .title span{
height:4rem;
line-height: 4rem;
margin:0;
padding:0;
} }
header .title span h1{ header h1 {
width: 100%; width: 100%;
font-size: 1.6em; font-size: 1.6em;
letter-spacing:0.1rem; letter-spacing: 0.1rem;
color: #fff; color: #fff;
font-weight:bold; font-weight: bold;
height:4rem; height: 4rem;
line-height:4rem; line-height: 4rem;
text-align:center; text-align: center;
} }
header .title h1 small{
font-size: 0.9em;
color: #fff;
clear: left;
}
/* Footer*/ /* Footer*/
footer{ footer{
......
...@@ -33,7 +33,7 @@ html1/DTD/xhtml1-transitional.dtd"> ...@@ -33,7 +33,7 @@ html1/DTD/xhtml1-transitional.dtd">
<li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li> <li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li>
</ul> </ul>
<div class="title"> <div class="title">
<span class=""><h1>[% title %]</h1></span> <h1>[% title %]</h1>
</div> </div>
</header> </header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment