OLD | NEW |
1 body { | 1 body { |
2 background-color: #F8F8F8; | 2 background-color: #F8F8F8; |
3 font-family: 'Open Sans', sans-serif; | 3 font-family: 'Open Sans', sans-serif; |
4 font-size: 14px; | 4 font-size: 14px; |
5 font-weight: normal; | 5 font-weight: normal; |
6 line-height: 1.2em; | 6 line-height: 1.2em; |
7 margin: 15px; | 7 margin: 15px; |
8 } | 8 } |
9 | 9 |
10 h1, p { | 10 h1, p { |
11 color: #333; | 11 color: #333; |
12 } | 12 } |
13 | 13 |
14 #sample_container_id { | 14 #sample_container_id { |
15 width: 100%; | 15 width: 100%; |
16 height: 400px; | 16 height: 400px; |
17 position: relative; | 17 position: relative; |
18 border: 1px solid #ccc; | 18 border: 1px solid #ccc; |
19 background-color: #fff; | 19 background-color: #fff; |
20 } | 20 } |
21 | 21 |
22 | 22 |
OLD | NEW |