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

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

Issue 29722659: Fixes #36 - Adjusted heading font-sizes and line-heights (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 14, 2018, 1:33 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
« no previous file with comments | « static/css/index-desktop.css ('k') | static/css/main.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #content,
2 #blog
3 {
4 padding-top: 6.5em;
5 }
6
7 #content
8 {
9 text-align: center;
10 }
11
12 #abb-banner
13 {
14 padding: 20px;
15 }
16
17 #abb-banner h2
18 {
19 font-size: 24px;
20 }
21
22 #abb-banner a
23 {
24 font-size: 20px;
25 }
26
27 #maxthon-instruction, #edge-teaser
28 {
29 -webkit-box-sizing: border-box;
30 -moz-box-sizing: border-box;
31 -ms-box-sizing: border-box;
32 -o-box-sizing: border-box;
33 box-sizing: border-box;
34 margin: 20px 0;
35 max-width: 515px;
36 }
37
38 #video-disclaimer
39 {
40 margin: 10px;
41 }
42
43 .no-js #video-disclaimer,
44 .show-disclaimer #video-disclaimer
45 {
46 position: relative;
47 }
48
49 #video-play
50 {
51 margin-top: -40px;
52 }
53
54 #maxthon-instruction, #edge-teaser
55 {
56 width: auto;
57 }
58
59 #summary h1
60 {
61 font-size: 54px;
62 }
63
64 #summary h2
65 {
66 font-size: 20px;
67 }
68
69 #summary ul
70 {
71 display: inline-block;
72 text-align: left;
73 }
74
75 #install
76 {
77 display: block;
78 width: auto;
79 padding: 10px;
80 }
81
82 #install .install-button
83 {
84 width: 100%;
85 font-size: 16px;
86 }
87
88 h3.edge-message
89 {
90 margin: 10px;
91 }
92
93 #other-platform ul
94 {
95 display: block;
96 margin-top: 10px;
97 }
98
99 #other-platform li
100 {
101 margin: 0px 10px;
102 }
103
104
105 .warning-platform, #maxthon-notification,
106 .disclaimer, .notice
107 {
108 margin: 10px;
109 }
110
111 #key-facts section
112 {
113 width: auto;
114 max-width: 225px;
115 margin-top: 25px;
116 margin-left: 15px;
117 margin-right: 15px;
118 padding-left: 80px;
119 padding-right: 0px;
120 text-align: left;
121 }
122
123 html[dir="rtl"] #key-facts section
124 {
125 padding-right: 80px;
126 padding-left: 0px;
127 text-align: right;
128 }
129
130 #key-facts section.border-right
131 {
132 padding-bottom: 25px;
133 border-bottom: 1px dotted black;
134 }
135
136 #footnote
137 {
138 padding: 0px 20px;
139 }
OLDNEW
« no previous file with comments | « static/css/index-desktop.css ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld