Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/css/index-desktop.css

Issue 29544557: Issue 5672 - Misplaced content on adblockplus.org/maxthon (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Created Sept. 14, 2017, 8:08 a.m.
Right Patch Set: Revert edge-teaser image alt typo fix Created Sept. 18, 2017, 7:46 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/index.css ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 */ 19 /* Force height to be at least the height of the video/image */
Thomas Greiner 2017/09/15 13:48:30 Coding style: Line length should be 80 characters
ire 2017/09/16 09:50:41 Done.
20 min-height: 310px;
20 position: relative; 21 position: relative;
21 float: right; 22 float: right;
22 margin-left: 0px; 23 margin-left: 0px;
23 margin-right: 3px; 24 margin-right: 3px;
24 margin-bottom: 4px; 25 margin-bottom: 4px;
25 } 26 }
26 27
27 html[dir="rtl"] #main 28 html[dir="rtl"] #main
28 { 29 {
29 float: left; 30 float: left;
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 181
181 #more-tabs #sidebar button 182 #more-tabs #sidebar button
182 { 183 {
183 display: block; 184 display: block;
184 } 185 }
185 186
186 .more-tab 187 .more-tab
187 { 188 {
188 width: 760px; 189 width: 760px;
189 } 190 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld