equal
deleted
inserted
replaced
1 @CHARSET "ISO-8859-1"; |
1 @CHARSET "ISO-8859-1"; |
2 |
2 |
3 /* -- General style -- */ |
3 /* -- General style -- */ |
4 |
4 |
5 body { |
5 body { |
6 width: 960px; |
6 width: 830px; |
7 font: 14px Helvetica Neue; |
7 font-size: 14px; |
|
8 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
8 text-rendering: optimizeLegibility; |
9 text-rendering: optimizeLegibility; |
9 overflow-y: scroll; |
10 overflow-y: scroll; |
10 z-index: 1; |
11 z-index: 1; |
11 position: relative; |
12 position: relative; |
12 } |
13 } |
13 |
14 |
14 h1 { |
15 h1 { |
15 font-size: 36px; |
16 font-size: 18px; |
16 font-weight: 300; |
17 font-weight: 300; |
17 margin-bottom: .3em; |
18 margin-bottom: .3em; |
18 } |
19 } |
19 |
20 |
20 |
21 |