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

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

Issue 29328882: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Created Oct. 6, 2015, 4:03 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
« includes/index.tmpl ('K') | « static/css/index-desktop.css ('k') | no next file » | 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 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 30 matching lines...) Expand all
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 } 49 }
50 50
51 #install ul 51 #other-platform ul
52 { 52 {
53 display: block; 53 display: block;
54 margin-top: 10px; 54 margin-top: 10px;
55 } 55 }
56 56
57 #install li 57 #other-platform li
58 { 58 {
59 margin: 0px 10px; 59 margin: 0px 10px;
60 } 60 }
61 61
62 .warning-platform, #maxthon-notification, 62 .warning-platform, #maxthon-notification,
63 .disclaimer, #adblock-browser-notification, 63 .disclaimer, #adblock-browser-notification,
64 #edge-subscription 64 #edge-subscription
65 { 65 {
66 margin: 10px; 66 margin: 10px;
67 } 67 }
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 #sidebar 115 #sidebar
116 { 116 {
117 padding-top: 20px; 117 padding-top: 20px;
118 } 118 }
119 119
120 .more-tab 120 .more-tab
121 { 121 {
122 text-align: left; 122 text-align: left;
123 margin: 10px 10px 0px 10px; 123 margin: 10px 10px 0px 10px;
124 } 124 }
OLDNEW
« includes/index.tmpl ('K') | « static/css/index-desktop.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld