| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 #content | 1 #content | 
| 2 { | 2 { | 
| 3 width: 990px; | 3 width: 990px; | 
| 4 margin-bottom: 290px; | 4 margin-bottom: 290px; | 
| 5 padding-left: 0; | 5 padding-left: 0; | 
| 6 padding-right: 0; | 6 padding-right: 0; | 
| 7 } | 7 } | 
| 8 | 8 | 
| 9 #content.ua-android, | 9 #content.ua-android, | 
| 10 #content.ua-ios | 10 #content.ua-ios | 
| 11 { | 11 { | 
| 12 width: 1000px; | 12 width: 1000px; | 
| 13 } | 13 } | 
| 14 | 14 | 
| 15 #main | 15 #main | 
| 16 { | 16 { | 
| 17 width: 426px; | 17 width: 426px; | 
| 18 height: auto; | 18 height: auto; | 
| 19 min-height: 310px; /* Force height to be at least the height of the video/imag e */ | |
| 
 
Thomas Greiner
2017/09/15 13:48:30
Coding style: Line length should be 80 characters
 
ire
2017/09/16 09:50:41
Done.
 
 | |
| 19 position: relative; | 20 position: relative; | 
| 20 float: right; | 21 float: right; | 
| 21 margin-left: 0px; | 22 margin-left: 0px; | 
| 22 margin-right: 3px; | 23 margin-right: 3px; | 
| 23 margin-bottom: 4px; | 24 margin-bottom: 4px; | 
| 24 } | 25 } | 
| 25 | 26 | 
| 26 html[dir="rtl"] #main | 27 html[dir="rtl"] #main | 
| 27 { | 28 { | 
| 28 float: left; | 29 float: left; | 
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 179 | 180 | 
| 180 #more-tabs #sidebar button | 181 #more-tabs #sidebar button | 
| 181 { | 182 { | 
| 182 display: block; | 183 display: block; | 
| 183 } | 184 } | 
| 184 | 185 | 
| 185 .more-tab | 186 .more-tab | 
| 186 { | 187 { | 
| 187 width: 760px; | 188 width: 760px; | 
| 188 } | 189 } | 
| OLD | NEW |