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

Side by Side Diff: includes/users/style.html

Issue 29374562: Issue 4514 - Improved font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Feb. 4, 2017, 4:59 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 | « includes/solutions/style.html ('k') | pages/users.md » ('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 <style>
2
3 @media(min-width: 768px)
4 {
5 .card-summary {
6 margin: 40px 0;
7 height: 50px;
8 }
9 }
10
11 @media(min-width: 992px)
12 {
13 .card-summary {
14 margin: 80px 0;
15 height: 70px;
16 }
17 }
18
19 <style>
OLDNEW
« no previous file with comments | « includes/solutions/style.html ('k') | pages/users.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld