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

Delta Between Two Patch Sets: static/css/main.css

Issue 29497585: Issue 4514 - Font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Created July 25, 2017, 1:34 p.m.
Right Patch Set: Increase spacing on fixed heights Created July 26, 2017, 8:43 a.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 | « includes/solutions/style.html ('k') | static/scss/components/_cards.scss » ('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 .m-a-na { 1 .m-a-na {
2 margin: 0 0 !important; } 2 margin: 0 0 !important; }
3 3
4 .m-t-na { 4 .m-t-na {
5 margin-top: 0 !important; } 5 margin-top: 0 !important; }
6 6
7 .m-b-na { 7 .m-b-na {
8 margin-bottom: 0 !important; } 8 margin-bottom: 0 !important; }
9 9
10 .m-x-na { 10 .m-x-na {
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 1066
1067 img.card-icon, 1067 img.card-icon,
1068 .card-icon img { 1068 .card-icon img {
1069 height: 48px; } 1069 height: 48px; }
1070 1070
1071 .card img.block { 1071 .card img.block {
1072 margin: 0; } 1072 margin: 0; }
1073 1073
1074 .card-summary { 1074 .card-summary {
1075 margin: 32px 0; 1075 margin: 32px 0;
1076 height: 64px; } 1076 height: 96px; }
1077 @media (max-width: 544px) { 1077 @media (max-width: 544px) {
1078 .card-summary { 1078 .card-summary {
1079 margin: 16px; 1079 margin: 16px;
1080 height: auto; } } 1080 height: auto; } }
1081 1081
1082 .card button, .card input[type="button"], .card input[type="reset"], .card input [type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b tn-primary, .card .btn-accent { 1082 .card button, .card input[type="button"], .card input[type="reset"], .card input [type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b tn-primary, .card .btn-accent {
1083 display: block; 1083 display: block;
1084 width: 100%; 1084 width: 100%;
1085 margin-bottom: -8px; } 1085 margin-bottom: -8px; }
1086 1086
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 height: 0; 1702 height: 0;
1703 content: " "; 1703 content: " ";
1704 border-top: 2px solid #FFFFFF; } 1704 border-top: 2px solid #FFFFFF; }
1705 #footer a { 1705 #footer a {
1706 color: #FFFFFF; } 1706 color: #FFFFFF; }
1707 #footer a:hover { 1707 #footer a:hover {
1708 text-decoration: underline; 1708 text-decoration: underline;
1709 color: #8CC63E !important; } 1709 color: #8CC63E !important; }
1710 #footer p { 1710 #footer p {
1711 color: #E1E1E1; } 1711 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld