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

Side by Side Diff: anwiki/_override-static/global/global/css/index-desktop.css

Issue 6193426550751232: Issue 2214 - Add message to Adblock Plus home page about mobile beta launch (Infrastructure) (Closed)
Patch Set: Merging styles Created April 29, 2015, 12:32 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 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 #main 9 #main
10 { 10 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 right: auto; 53 right: auto;
54 width: auto; 54 width: auto;
55 } 55 }
56 56
57 #information-android 57 #information-android
58 { 58 {
59 left: 2px; 59 left: 2px;
60 bottom: -25px; 60 bottom: -25px;
61 } 61 }
62 62
63 .warning-platform, 63 .warning-platform, .disclaimer,
64 .disclaimer, 64 #maxthon-notification, #adblock-browser-notification
65 #maxthon-notification
66 { 65 {
67 width: 100%; 66 width: 100%;
68 margin-top: 50px; 67 margin-top: 0;
69 margin-bottom: 50px; 68 margin-bottom: 50px;
70 float: right; 69 float: right;
71 } 70 }
72 71
73 html[lang="fr"] .warning-platform, 72 #adblock-browser-notification
74 html[lang^="zh_"] .warning-platform
75 {
76 margin-top: 0px;
77 }
78
79 html[lang^="zh_"] #content.maxthon .warning-platform,
80 html[lang^="zh_"] #content.ua-maxthon .warning-platform
81 { 73 {
82 margin-top: 50px; 74 margin-top: 50px;
83 } 75 }
84 76
85 #key-facts 77 #key-facts
86 { 78 {
87 margin-top: 50px; 79 margin-top: 50px;
88 margin-left: 80px; 80 margin-left: 80px;
89 margin-right: 0px; 81 margin-right: 0px;
90 } 82 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 161
170 #more-tabs #sidebar button 162 #more-tabs #sidebar button
171 { 163 {
172 display: block; 164 display: block;
173 } 165 }
174 166
175 .more-tab 167 .more-tab
176 { 168 {
177 width: 760px; 169 width: 760px;
178 } 170 }
OLDNEW
« no previous file with comments | « anwiki/_override-static/global/global/css/index.css ('k') | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld