l3.cas-d-astre/styles/header.css
2009-05-01 08:39:36 +00:00

24 lines
281 B
CSS

#header {
top: 0px;
left: 0px;
right: 0px;
height: 40px;
color: white;
margin: 0px;
background: black;
border:0px;
border-bottom: 2px solid #fff;
}
#header h1 {
margin: 0px;
}
#header h1 img {
margin:0px;
margin-left:5px;
margin-right: 10px;
vertical-align: middle;
}