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

Side by Side Diff: static/css/index-mobile.css

Issue 29572820: Issue 5727 - Implement non-embedded homepage video on abp.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Oct. 10, 2017, 6:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 22
23 #video, #maxthon-instruction, #edge-teaser 23 #video, #maxthon-instruction, #edge-teaser
24 { 24 {
25 -webkit-box-sizing: border-box; 25 -webkit-box-sizing: border-box;
26 -moz-box-sizing: border-box; 26 -moz-box-sizing: border-box;
27 -ms-box-sizing: border-box; 27 -ms-box-sizing: border-box;
28 -o-box-sizing: border-box; 28 -o-box-sizing: border-box;
29 box-sizing: border-box; 29 box-sizing: border-box;
30 margin: 20px 0; 30 margin: 20px 0;
31 max-width: 515px;
32 }
33
34 #maxthon-instruction, #edge-teaser
35 {
31 width: auto; 36 width: auto;
32 max-width: 515px;
33 } 37 }
34 38
35 #summary h1 39 #summary h1
36 { 40 {
37 font-size: 54px; 41 font-size: 54px;
38 } 42 }
39 43
40 #summary h2 44 #summary h2
41 { 45 {
42 font-size: 20px; 46 font-size: 20px;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 #sidebar 127 #sidebar
124 { 128 {
125 padding-top: 20px; 129 padding-top: 20px;
126 } 130 }
127 131
128 .more-tab 132 .more-tab
129 { 133 {
130 text-align: left; 134 text-align: left;
131 margin: 10px 10px 0px 10px; 135 margin: 10px 10px 0px 10px;
132 } 136 }
OLDNEW
« static/css/index.css ('K') | « static/css/index.css ('k') | static/img/video-thumbnail.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld