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

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

Issue 4856103321993216: Issue 1817 - Change the temporary Maxthon landing page (Infrastructure) (Closed)
Patch Set: Created Feb. 5, 2015, 11:17 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
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 #video, #maxthon-teaser 8 #video, #maxthon-instruction
9 { 9 {
10 -webkit-box-sizing: border-box; 10 -webkit-box-sizing: border-box;
11 -moz-box-sizing: border-box; 11 -moz-box-sizing: border-box;
12 -ms-box-sizing: border-box; 12 -ms-box-sizing: border-box;
13 -o-box-sizing: border-box; 13 -o-box-sizing: border-box;
14 box-sizing: border-box; 14 box-sizing: border-box;
15 margin: 20px 0; 15 margin: 20px 0;
16 width: auto; 16 width: auto;
17 max-width: 515px; 17 max-width: 515px;
18 } 18 }
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 #sidebar 84 #sidebar
85 { 85 {
86 padding-top: 20px; 86 padding-top: 20px;
87 } 87 }
88 88
89 .more-tab 89 .more-tab
90 { 90 {
91 text-align: left; 91 text-align: left;
92 margin: 10px 10px 0px 10px; 92 margin: 10px 10px 0px 10px;
93 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld