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

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

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Refactor and use .section Created July 5, 2017, 10:52 a.m.
Right Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 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
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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 display: block; 413 display: block;
414 width: 100%; 414 width: 100%;
415 margin-bottom: 16px; 415 margin-bottom: 16px;
416 padding: 0; 416 padding: 0;
417 font-size: 18px; 417 font-size: 18px;
418 line-height: inherit; } 418 line-height: inherit; }
419 419
420 a, img { 420 a, img {
421 border: none; 421 border: none;
422 outline: none; } 422 outline: none; }
423
424 h2 + .row, .center blockquote + .row,
425 h1 + .row,
426 h2 + hr + .row, .center blockquote + hr + .row,
427 h1 + hr + .row {
428 margin-top: -16px; }
423 429
424 .section { 430 .section {
425 margin-bottom: 96px; } 431 margin-bottom: 96px; }
426 @media (max-width: 768px) { 432 @media (max-width: 768px) {
427 .section { 433 .section {
428 margin-bottom: 32px; } } 434 margin-bottom: 32px; } }
429 435
430 .section .section { 436 .section .section {
431 margin-bottom: 64px; } 437 margin-bottom: 64px; }
432 @media (max-width: 768px) { 438 @media (max-width: 768px) {
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 width: 24px; 757 width: 24px;
752 height: 3px; 758 height: 3px;
753 margin: 16px 0; 759 margin: 16px 0;
754 border: none; 760 border: none;
755 background-color: #161616; } 761 background-color: #161616; }
756 762
757 h1 + hr, 763 h1 + hr,
758 h2 + hr, .center blockquote + hr { 764 h2 + hr, .center blockquote + hr {
759 position: absolute; 765 position: absolute;
760 margin: -32px 0 32px 0; } 766 margin: -32px 0 32px 0; }
767 @media (max-width: 544px) {
768 h1 + hr,
769 h2 + hr, .center blockquote + hr {
770 margin-top: -21px; } }
761 771
762 .center hr { 772 .center hr {
763 margin: 16px auto; } 773 margin: 16px auto; }
764 774
765 table { 775 table {
766 border-collapse: collapse !important; } 776 border-collapse: collapse !important; }
767 777
768 table td, 778 table td,
769 table th { 779 table th {
770 background-color: #FFFFFF; } 780 background-color: #FFFFFF; }
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 height: 0; 1707 height: 0;
1698 content: " "; 1708 content: " ";
1699 border-top: 2px solid #FFFFFF; } 1709 border-top: 2px solid #FFFFFF; }
1700 #footer a { 1710 #footer a {
1701 color: #FFFFFF; } 1711 color: #FFFFFF; }
1702 #footer a:hover { 1712 #footer a:hover {
1703 text-decoration: underline; 1713 text-decoration: underline;
1704 color: #8CC63E !important; } 1714 color: #8CC63E !important; }
1705 #footer p { 1715 #footer p {
1706 color: #E1E1E1; } 1716 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld