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

Unified Diff: static/css/main.css

Issue 29401619: Issue 4963 - Wrong size used for text logo on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created April 3, 2017, 9:39 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
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1216,16 +1216,30 @@
margin: 0; }
.js #navbar {
position: fixed;
z-index: 1;
top: 0;
left: 0; }
+#navbar h1 {
+ margin: 0;
+ font-size: 17px;
+ line-height: 64px; }
+
+#navbar h1 a {
+ color: #161616;
+ text-decoration: none;
+ font-weight: 300; }
+
+#navbar h1 a strong {
+ font-weight: 400;
+ margin-left: -2px; }
+
@media (min-width: 1200px) {
html[dir="rtl"] #navbar-logo {
margin-right: 208px; }
html[dir="ltr"] #navbar-logo {
margin-left: 208px; } }
@media (max-width: 1199px) {
.js #navbar {

Powered by Google App Engine
This is Rietveld