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

Delta Between Two Patch Sets: static/scss/_content.scss

Issue 29747568: Fixes #11 - Heading size and space is hard to differentiate (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Left Patch Set: Created April 9, 2018, 9:42 a.m.
Right Patch Set: Make change in website-defaults Created April 9, 2018, 2:34 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // This file is part of website-defaults 1 // This file is part of website-defaults
2 // Copyright (C) 2016-present eyeo GmbH 2 // Copyright (C) 2016-present eyeo GmbH
3 // 3 //
4 // website-defaults is free software: you can redistribute it and/or 4 // website-defaults is free software: you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License as published by 5 // modify it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or 6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version. 7 // (at your option) any later version.
8 // 8 //
9 // website-defaults is distributed in the hope that it will be useful, 9 // website-defaults is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 font-size: 2em; 63 font-size: 2em;
64 } 64 }
65 65
66 h2 66 h2
67 { 67 {
68 font-size: 1.5em; 68 font-size: 1.5em;
69 } 69 }
70 70
71 h3 71 h3
72 { 72 {
73 font-size: 1.25em; 73 font-size: 1.15em;
74 margin-top: 1.5em;
74 } 75 }
75 76
76 h4 77 h4
77 { 78 {
78 font-size: 1em; 79 font-size: 1em;
79 } 80 }
80 81
81 h5 82 h5
82 { 83 {
83 font-size: 0.8em; 84 font-size: 0.8em;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 { 169 {
169 margin: 0.25em 0em 1em 0em; 170 margin: 0.25em 0em 1em 0em;
170 } 171 }
171 172
172 pre, 173 pre,
173 code 174 code
174 { 175 {
175 font-family: monospace; 176 font-family: monospace;
176 } 177 }
177 } 178 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld