0eed5895eee947e3095cf7d95a6117d4ab07f930
[mtweb] / web / out / dist / css / style.css
1 @import url("general.css");
2 @import url("header.css");
3 @import url("menu_top.css");
4 @import url("main.css");
5 @import url("footer.css");
6
7 *
8 { margin: 0;
9   padding: 0;
10 }
11
12 html
13 { height: 100%;
14 }
15
16 body
17 { text-align: center;
18   height: 100%;
19 }
20
21 pre, div { text-align: left; }
22
23 .content
24 { margin-left: auto;
25   margin-right: auto;
26   width: 800px;
27 }
28
29 .clear
30 { clear: both;
31   font-size: 0px;
32   line-height: 0px;
33   height: 0px;
34 }