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

sanitize header layout

parent 82d2450d
Branches
Tags
No related merge requests found
...@@ -25,27 +25,6 @@ body { ...@@ -25,27 +25,6 @@ body {
/* Header*/ /* Header*/
header {
width: 100%;
margin:0;
padding:0;
}
header ul {
width: 100%;
display:table;
table-layout:fixed;
margin:0;
padding:0.3rem 0.5rem;
box-sizing:border-box;
}
header ul li{
display:table-cell;
width:40%;
}
header ul li.logo{
width: 30%;
}
header .title { header .title {
width: 100%; width: 100%;
height: 4rem; height: 4rem;
...@@ -55,7 +34,6 @@ header .title { ...@@ -55,7 +34,6 @@ header .title {
background-color: #FF8547; background-color: #FF8547;
background-color: hsl(20,100%,64%); background-color: hsl(20,100%,64%);
} }
header h1 { header h1 {
width: 100%; width: 100%;
font-size: 1.6em; font-size: 1.6em;
...@@ -67,7 +45,6 @@ header h1 { ...@@ -67,7 +45,6 @@ header h1 {
text-align: center; text-align: center;
} }
/* Footer*/ /* Footer*/
footer{ footer{
width:100%; width:100%;
......
...@@ -27,11 +27,10 @@ html1/DTD/xhtml1-transitional.dtd"> ...@@ -27,11 +27,10 @@ html1/DTD/xhtml1-transitional.dtd">
<body> <body>
<header> <header>
<ul> <div class="clearfix">
<li class="logo align-left"><a href="http://www.edugain.org" title="eduGAIN home page" target="_blank"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li> <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>
<li>&nbsp;</li> <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>
<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> </div>
</ul>
<div class="title"> <div class="title">
<h1>[% title %]</h1> <h1>[% title %]</h1>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment