Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 #url-fixer-survey | 1 #url-fixer-title |
2 { | 2 { |
3 width: 600px; | 3 font-weight: bold; |
Wladimir Palant
2012/09/28 09:29:34
Is it necessary to specify the width multiple time
| |
4 } | 4 } |
5 | 5 |
6 #url-fixer-survey #icon | 6 #url-fixer-icon |
7 { | 7 { |
8 padding: 20px; | 8 padding: 20px; |
9 } | 9 } |
10 | 10 |
11 #url-fixer-survey #question_container | 11 #url-fixer-question_container |
12 { | 12 { |
13 align: center; | |
14 width: 450px; | 13 width: 450px; |
15 padding: 20px; | 14 padding: 20px; |
16 } | 15 } |
17 | 16 |
18 #url-fixer-survey #question | 17 #url-fixer-question |
19 { | 18 { |
20 padding-bottom: 10px; | 19 padding-bottom: 10px; |
21 } | 20 } |
22 | 21 |
23 #url-fixer-survey #actions | 22 #url-fixer-actions |
24 { | 23 { |
25 padding: 0px 20px; | 24 padding: 0px 20px; |
26 } | 25 } |
LEFT | RIGHT |