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

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

Issue 29490624: Issue 5373 - Remove the "blog" from acceptableads.com and link to blog.acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Translate alt text, Fix icon size and colour Created July 19, 2017, 12:54 p.m.
Right Patch Set: Addressed NITs Created July 20, 2017, 12:37 p.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 | « pages/committee/index.html ('k') | static/img/png/icon-external-link.png » ('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 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 #primary-navigation li { 1498 #primary-navigation li {
1499 position: relative; } 1499 position: relative; }
1500 1500
1501 #primary-navigation ul ul li { 1501 #primary-navigation ul ul li {
1502 color: #8CC63E; 1502 color: #8CC63E;
1503 font-size: 14px; } 1503 font-size: 14px; }
1504 1504
1505 #primary-navigation .active > a { 1505 #primary-navigation .active > a {
1506 font-weight: 700; } 1506 font-weight: 700; }
1507 1507
1508 #primary-navigation .external-icon { 1508 #primary-navigation .navigation-icon {
1509 width: auto; 1509 width: auto;
1510 height: 0.8em; 1510 height: 0.8em;
1511 margin-left: 8px; } 1511 margin-left: 8px; }
1512 1512
1513 #primary-navigation a:hover, #primary-navigation a:active { 1513 #primary-navigation a:hover, #primary-navigation a:active {
1514 color: #8CC63E; } 1514 color: #8CC63E; }
1515 1515
1516 #primary-navigation ul ul a:hover, #primary-navigation ul ul a:active { 1516 #primary-navigation ul ul a:hover, #primary-navigation ul ul a:active {
1517 color: #6f9432; } 1517 color: #6f9432; }
1518 1518
1519 .js #primary-navigation ul ul { 1519 .js #primary-navigation ul ul {
1520 display: none; } 1520 display: none; }
1521 1521
1522 .js #primary-navigation ul .active ul { 1522 .js #primary-navigation ul .active ul {
1523 display: block; } 1523 display: block; }
1524 1524
1525 [dir="rtl"] #primary-navigation .external-icon { 1525 [dir="rtl"] #primary-navigation .navigation-icon {
1526 margin-right: 8px; 1526 margin-right: 8px;
1527 margin-left: 0px; } 1527 margin-left: 0px; }
1528 1528
1529 @media (min-width: 1200px) { 1529 @media (min-width: 1200px) {
1530 #primary-navigation { 1530 #primary-navigation {
1531 margin-top: 64px; } 1531 margin-top: 64px; }
1532 #primary-navigation em { 1532 #primary-navigation em {
1533 font-style: normal; 1533 font-style: normal;
1534 font-size: 11px; } 1534 font-size: 11px; }
1535 #primary-navigation > ul > li > a { 1535 #primary-navigation > ul > li > a {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 height: 0; 1711 height: 0;
1712 content: " "; 1712 content: " ";
1713 border-top: 2px solid #FFFFFF; } 1713 border-top: 2px solid #FFFFFF; }
1714 #footer a { 1714 #footer a {
1715 color: #FFFFFF; } 1715 color: #FFFFFF; }
1716 #footer a:hover { 1716 #footer a:hover {
1717 text-decoration: underline; 1717 text-decoration: underline;
1718 color: #8CC63E !important; } 1718 color: #8CC63E !important; }
1719 #footer p { 1719 #footer p {
1720 color: #E1E1E1; } 1720 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld