wcs: turn header elements into link to homepage

This commit is contained in:
Frédéric Péters 2014-12-18 11:51:02 +01:00
parent 60b98a4a97
commit 9f2c4bbd2d
2 changed files with 7 additions and 2 deletions

View File

@ -12,8 +12,8 @@
<div id="wrapper">
<div id="tetiere">
<span id="bandeau-couleurs"></span>
<h1 id="auf"><img width="170" height="121" src="[theme_url]/assets/logo-boite.png" alt="Agence Universitaire de la Francophonie"/></h1>
<h1 id="site">[site_name]</h1>
<h1 id="auf"><a href="[root_url]"><img width="170" height="121" src="[theme_url]/assets/logo-boite.png" alt="Agence Universitaire de la Francophonie"/></a></h1>
<h1 id="site"><a href="[root_url]">[site_name]</a></h1>
<div id="tetiere-bottom"></div>
</div>

View File

@ -66,6 +66,11 @@ h1#site {
color: #8DBE23;
}
h1#site a {
color: inherit;
text-decoration: inherit;
}
/* Langle et la hauteur de cette tétière peuvent
* être modifiés librement.
* Langle créé ne doit jamais être égal à 90°.