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 5046426828537856: Issue 1485 - Created Maxthon landing page (Infrastructure) (Closed)
Patch Set: Added missing "/" in user agent regex Created Oct. 24, 2014, 2:41 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 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 8 #video, #maxthon-teaser
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 #sidebar 83 #sidebar
84 { 84 {
85 padding-top: 20px; 85 padding-top: 20px;
86 } 86 }
87 87
88 .more-tab 88 .more-tab
89 { 89 {
90 text-align: left; 90 text-align: left;
91 margin: 10px 10px 0px 10px; 91 margin: 10px 10px 0px 10px;
92 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld