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

Side by Side Diff: static/css/index-mobile.css

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)
Patch Set: Support email verification. Created July 30, 2015, 1:23 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
« no previous file with comments | « static/css/index-desktop.css ('k') | static/img/edge_teaser.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-instruction 8 #video, #maxthon-instruction, edge-incoming
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 }
94
95 #subscribe-button
96 {
97 width: 332px;
98 }
99
100 #subscribe-textbox
101 {
102 width: 320px;
103 }
104
105 #edge-incoming
106 {
107 display: none;
108 }
OLDNEW
« no previous file with comments | « static/css/index-desktop.css ('k') | static/img/edge_teaser.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld