Left: | ||
Right: |
OLD | NEW |
---|---|
1 #content | |
2 { | |
3 width: 990px; | |
4 padding-left: 0; | |
5 padding-right: 0; | |
6 } | |
7 | |
8 #content.ua-android, | |
9 #content.ua-ios | |
10 { | |
11 width: 1000px; | |
12 } | |
13 | |
14 #main | 1 #main |
15 { | 2 { |
16 width: 426px; | 3 width: 426px; |
17 height: auto; | 4 height: auto; |
18 /* Force height to be at least the height of the video/image */ | 5 /* Force height to be at least the height of the video/image */ |
19 min-height: 310px; | 6 min-height: 310px; |
20 position: relative; | 7 position: relative; |
21 float: right; | 8 float: right; |
22 margin-left: 0px; | 9 margin-left: 0px; |
23 margin-right: 3px; | 10 margin-right: 3px; |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
142 { | 129 { |
143 width: 225px; | 130 width: 225px; |
144 } | 131 } |
145 | 132 |
146 #pageactions | 133 #pageactions |
147 { | 134 { |
148 margin-left: 0; | 135 margin-left: 0; |
149 margin-right: 0; | 136 margin-right: 0; |
150 width: 100%; | 137 width: 100%; |
151 } | 138 } |
OLD | NEW |