barre + logo

darcs-hash:20060604074610-f46e9-69e693c63632658e8f3e9f9ffbadf5c0e08d6cb2.gz
This commit is contained in:
gdetrez 2006-06-04 09:46:10 +02:00
parent c85b947eed
commit a41deacecc
2 changed files with 8 additions and 2 deletions

View file

@ -25,10 +25,16 @@ Copyright (c) 2006 by www.crans.org
**************************************************************/ **************************************************************/
/*<!-- TITRE -->*/ /*<!-- TITRE -->*/
div#titleBarre {
backgrond-image:url(../img/BarreBleue.png);
background: url(../img/BarreBleue.png) repeat-x;
}
h1#title h1#title
{ {
border-bottom: thin solid blue; border-bottom: thin solid blue;
background: url(../img/BarreBleue.png) repeat-x; background-image: url(../img/barreLogoBde.png);
} }
div#content{ div#content{

View file

@ -70,7 +70,7 @@ h1#title
width:100%; width:100%;
height:25px; height:25px;
padding:5px 10px 10px 10px; padding:5px 10px 10px 10px;
background: url(../img/barreLogo.png) no-repeat right bottom; background: url(../img/BarreLogo.png) no-repeat right bottom;
} }
h1#title a { h1#title a {