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

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

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
Left Patch Set: Created Nov. 24, 2015, 4:38 p.m.
Right Patch Set: Add replacement message Created Nov. 25, 2015, 5:11 p.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-desktop.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 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 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 28 matching lines...) Expand all
39 39
40 #summary h2 40 #summary h2
41 { 41 {
42 font-size: 20px; 42 font-size: 20px;
43 } 43 }
44 44
45 #summary ul 45 #summary ul
46 { 46 {
47 display: inline-block; 47 display: inline-block;
48 text-align: left; 48 text-align: left;
49 }
50
51 h3.edge-message
52 {
53 margin: 10px;
49 } 54 }
50 55
51 #other-platform ul 56 #other-platform ul
52 { 57 {
53 display: block; 58 display: block;
54 margin-top: 10px; 59 margin-top: 10px;
55 } 60 }
56 61
57 #other-platform li 62 #other-platform li
58 { 63 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 #sidebar 104 #sidebar
100 { 105 {
101 padding-top: 20px; 106 padding-top: 20px;
102 } 107 }
103 108
104 .more-tab 109 .more-tab
105 { 110 {
106 text-align: left; 111 text-align: left;
107 margin: 10px 10px 0px 10px; 112 margin: 10px 10px 0px 10px;
108 } 113 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld