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

Delta Between Two Patch Sets: static/css/index-desktop.css

Issue 29328921: Issue 2844 - cosmetic fixes and adjustments to ABP for Microsoft Edge subscription page (Closed)
Left Patch Set: Created Oct. 7, 2015, 4:46 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/index.css ('k') | static/js/index.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
(...skipping 10 matching lines...) Expand all
21 margin-left: 0px; 21 margin-left: 0px;
22 margin-right: 3px; 22 margin-right: 3px;
23 margin-bottom: 4px; 23 margin-bottom: 4px;
24 } 24 }
25 25
26 html[dir="rtl"] #main 26 html[dir="rtl"] #main
27 { 27 {
28 float: left; 28 float: left;
29 margin-right: 0px; 29 margin-right: 0px;
30 margin-left: 8px; 30 margin-left: 8px;
31 }
32
33 #summary ul
34 {
35 padding-left: 18px;
36 padding-right: 0px;
37 }
38
39 html[dir="rtl"] #summary ul
40 {
41 padding-right: 18px;
42 padding-left: 0px;
43 } 31 }
44 32
45 #install .install-button, #information-android, #edge-subscription 33 #install .install-button, #information-android, #edge-subscription
46 { 34 {
47 position: absolute; 35 position: absolute;
48 } 36 }
49 37
50 #install .install-button, #edge-subscription 38 #install .install-button, #edge-subscription
51 { 39 {
52 bottom: 2px; 40 bottom: 2px;
(...skipping 14 matching lines...) Expand all
67 55
68 #other-platform > div 56 #other-platform > div
69 { 57 {
70 margin-bottom: 10px; 58 margin-bottom: 10px;
71 } 59 }
72 60
73 #content.edge #edge-teaser 61 #content.edge #edge-teaser
74 { 62 {
75 display: inline-block; 63 display: inline-block;
76 padding: 0px; 64 padding: 0px;
65 }
66
67 #content.edge #features li:first-child
68 {
69 display: none;
77 } 70 }
78 71
79 #edge-subscription input[type=email] 72 #edge-subscription input[type=email]
80 { 73 {
81 width: 210px; 74 width: 210px;
82 } 75 }
83 76
84 #information-android 77 #information-android
85 { 78 {
86 left: 2px; 79 left: 2px;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 186
194 #more-tabs #sidebar button 187 #more-tabs #sidebar button
195 { 188 {
196 display: block; 189 display: block;
197 } 190 }
198 191
199 .more-tab 192 .more-tab
200 { 193 {
201 width: 760px; 194 width: 760px;
202 } 195 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld