source: trunk/web/app/out/dist/css/header.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 308 bytes
Line 
1@import url("artistes_au_hasard.css");
2@import url("menu_top.css");
3@import url("login.css");
4
5#header
6{ background-image: url("../images/header_bkg.png");
7}
8
9#header .content
10{ height: 165px;
11}
12
13#header #accueil_link
14{ padding: 25px 0 0 135px;
15}
16
17#header #accueil_link a
18{ display: block;
19  width: 590px;
20}
Note: See TracBrowser for help on using the repository browser.