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

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

Issue 29458622: Issue 4920 - Add "Ready for Windows" section to adblockplus.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Style fixes Created June 21, 2017, 8:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/css/index.css ('k') | static/css/main.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 { 70 {
71 display: block; 71 display: block;
72 margin-top: 10px; 72 margin-top: 10px;
73 } 73 }
74 74
75 #other-platform li 75 #other-platform li
76 { 76 {
77 margin: 0px 10px; 77 margin: 0px 10px;
78 } 78 }
79 79
80
80 .warning-platform, #maxthon-notification, 81 .warning-platform, #maxthon-notification,
81 .disclaimer, #adblock-browser-notification 82 .disclaimer, .notice
82 { 83 {
83 margin: 10px; 84 margin: 10px;
84 } 85 }
85 86
86 #key-facts section 87 #key-facts section
87 { 88 {
88 width: auto; 89 width: auto;
89 max-width: 225px; 90 max-width: 225px;
90 margin-top: 25px; 91 margin-top: 25px;
91 margin-left: 15px; 92 margin-left: 15px;
(...skipping 30 matching lines...) Expand all
122 #sidebar 123 #sidebar
123 { 124 {
124 padding-top: 20px; 125 padding-top: 20px;
125 } 126 }
126 127
127 .more-tab 128 .more-tab
128 { 129 {
129 text-align: left; 130 text-align: left;
130 margin: 10px 10px 0px 10px; 131 margin: 10px 10px 0px 10px;
131 } 132 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld