source: branches/rsr.v5.1.dev/web/app/out/dist/css/style.css @ 1

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

import initial

File size: 449 bytes
Line 
1@import url("general.css");
2@import url("header.css");
3@import url("main.css");
4@import url("footer.css");
5@import url("messages.css");
6@import url("artistes.css");
7
8*
9{ margin: 0;
10  padding: 0;
11}
12
13html
14{ height: 100%;
15}
16
17body
18{ text-align: center;
19  height: 100%;
20}
21
22pre, div { text-align: left; }
23
24.content
25{ margin-left: auto;
26  margin-right: auto;
27  width: 1000px;
28}
29
30.clear
31{ clear: both;
32  font-size: 0px;
33  line-height: 0px;
34  height: 0px;
35}
Note: See TracBrowser for help on using the repository browser.