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

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

Issue 4907991358767104: Issue 1816 - Add download Maxthon notification for Chinese locales (Infrastructure) (Closed)
Left Patch Set: Created Jan. 30, 2015, 11:24 a.m.
Right Patch Set: Created Feb. 9, 2015, 11:17 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
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 #main 9 #main
10 { 10 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
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,
64 .disclaimer, 64 .disclaimer,
65 .maxthon-notification 65 #maxthon-notification
66 { 66 {
67 width: 100%; 67 width: 100%;
68 margin-top: 50px; 68 margin-top: 50px;
69 margin-bottom: 50px; 69 margin-bottom: 50px;
70 float: right; 70 float: right;
71 } 71 }
72 72
73 html[lang="fr"] .warning-platform, 73 html[lang="fr"] .warning-platform,
74 html[lang="zh_cn"] .warning-platform, 74 html[lang^="zh_"] .warning-platform
75 html[lang="zh_tw"] .warning-platform,
76 #content.maxthon .warning-platform
77 { 75 {
78 margin-top: 0px; 76 margin-top: 0px;
79 } 77 }
80 78
81 #content.ua-maxthon .warning-platform 79 html[lang^="zh_"] #content.maxthon .warning-platform,
80 html[lang^="zh_"] #content.ua-maxthon .warning-platform
82 { 81 {
83 margin-top: 50px; 82 margin-top: 50px;
84 } 83 }
85 84
86 #key-facts 85 #key-facts
87 { 86 {
88 margin-top: 50px; 87 margin-top: 50px;
89 margin-left: 80px; 88 margin-left: 80px;
90 margin-right: 0px; 89 margin-right: 0px;
91 } 90 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 169
171 #more-tabs #sidebar button 170 #more-tabs #sidebar button
172 { 171 {
173 display: block; 172 display: block;
174 } 173 }
175 174
176 .more-tab 175 .more-tab
177 { 176 {
178 width: 760px; 177 width: 760px;
179 } 178 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld