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 Feb. 6, 2015, 9:42 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_"] .warning-platform 74 html[lang^="zh_"] .warning-platform
75 { 75 {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 169
170 #more-tabs #sidebar button 170 #more-tabs #sidebar button
171 { 171 {
172 display: block; 172 display: block;
173 } 173 }
174 174
175 .more-tab 175 .more-tab
176 { 176 {
177 width: 760px; 177 width: 760px;
178 } 178 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld