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

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

Issue 29328921: Issue 2844 - cosmetic fixes and adjustments to ABP for Microsoft Edge subscription page (Closed)
Patch Set: remove bullet point Created Oct. 8, 2015, 10:37 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.css ('k') | static/js/index.js » ('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 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 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 { 57 {
58 margin-bottom: 10px; 58 margin-bottom: 10px;
59 } 59 }
60 60
61 #content.edge #edge-teaser 61 #content.edge #edge-teaser
62 { 62 {
63 display: inline-block; 63 display: inline-block;
64 padding: 0px; 64 padding: 0px;
65 } 65 }
66 66
67 #content.edge #features li:first-child
68 {
69 display: none;
70 }
71
67 #edge-subscription input[type=email] 72 #edge-subscription input[type=email]
68 { 73 {
69 width: 210px; 74 width: 210px;
70 } 75 }
71 76
72 #information-android 77 #information-android
73 { 78 {
74 left: 2px; 79 left: 2px;
75 bottom: -25px; 80 bottom: -25px;
76 } 81 }
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 186
182 #more-tabs #sidebar button 187 #more-tabs #sidebar button
183 { 188 {
184 display: block; 189 display: block;
185 } 190 }
186 191
187 .more-tab 192 .more-tab
188 { 193 {
189 width: 760px; 194 width: 760px;
190 } 195 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld