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

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

Issue 29695555: Fixes #6 - Add media mention banner (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Created Feb. 12, 2018, 11:26 a.m.
Right Patch Set: Undo change to full-width layout Created Feb. 26, 2018, 8:31 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/index-desktop.css ('k') | static/img/external-icon.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 padding-top: 2.5em; 4 padding-top: 2.5em;
5 } 5 }
6 6
7 #abb-banner 7 #abb-banner
8 { 8 {
9 padding: 20px; 9 padding: 20px;
10 } 10 }
(...skipping 10 matching lines...) Expand all
21 21
22 #maxthon-instruction, #edge-teaser 22 #maxthon-instruction, #edge-teaser
23 { 23 {
24 -webkit-box-sizing: border-box; 24 -webkit-box-sizing: border-box;
25 -moz-box-sizing: border-box; 25 -moz-box-sizing: border-box;
26 -ms-box-sizing: border-box; 26 -ms-box-sizing: border-box;
27 -o-box-sizing: border-box; 27 -o-box-sizing: border-box;
28 box-sizing: border-box; 28 box-sizing: border-box;
29 margin: 20px 0; 29 margin: 20px 0;
30 max-width: 515px; 30 max-width: 515px;
31 }
32
33 #video-container
34 {
35 margin-bottom: 20px;
31 } 36 }
32 37
33 #video-disclaimer 38 #video-disclaimer
34 { 39 {
35 margin: 10px; 40 margin: 10px;
36 } 41 }
37 42
38 .no-js #video-disclaimer, 43 .no-js #video-disclaimer,
39 .show-disclaimer #video-disclaimer 44 .show-disclaimer #video-disclaimer
40 { 45 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 #key-facts section.border-right 130 #key-facts section.border-right
126 { 131 {
127 padding-bottom: 25px; 132 padding-bottom: 25px;
128 border-bottom: 1px dotted black; 133 border-bottom: 1px dotted black;
129 } 134 }
130 135
131 #footnote 136 #footnote
132 { 137 {
133 padding: 0px 20px; 138 padding: 0px 20px;
134 } 139 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld