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

Unified Diff: 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
Patch Set: Addressed NITs Created July 20, 2017, 12:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/committee/index.html ('k') | static/img/png/icon-external-link.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1500,28 +1500,37 @@
#primary-navigation ul ul li {
color: #8CC63E;
font-size: 14px; }
#primary-navigation .active > a {
font-weight: 700; }
+#primary-navigation .navigation-icon {
+ width: auto;
+ height: 0.8em;
+ margin-left: 8px; }
+
#primary-navigation a:hover, #primary-navigation a:active {
color: #8CC63E; }
#primary-navigation ul ul a:hover, #primary-navigation ul ul a:active {
color: #6f9432; }
.js #primary-navigation ul ul {
display: none; }
.js #primary-navigation ul .active ul {
display: block; }
+[dir="rtl"] #primary-navigation .navigation-icon {
+ margin-right: 8px;
+ margin-left: 0px; }
+
@media (min-width: 1200px) {
#primary-navigation {
margin-top: 64px; }
#primary-navigation em {
font-style: normal;
font-size: 11px; }
#primary-navigation > ul > li > a {
padding: 8px 32px; }
« no previous file with comments | « pages/committee/index.html ('k') | static/img/png/icon-external-link.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld