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

Unified Diff: static/scss/layout/_navbar.scss

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
« includes/navbar.tmpl ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/layout/_navbar.scss
===================================================================
--- a/static/scss/layout/_navbar.scss
+++ b/static/scss/layout/_navbar.scss
@@ -32,16 +32,36 @@
.js #navbar
{
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
+#navbar h1
+{
+ margin: 0;
+ font-size: 17px;
saroyanm 2017/04/28 10:19:48 Detail: in ticket it's mentioned 16px, I assume yo
juliandoucette 2017/05/22 19:18:33 Done.
+ line-height: 64px;
+}
+
+#navbar h1 a
+{
+ color: $primary-fg;
+ text-decoration: none;
+ font-weight: 300;
+}
+
+#navbar h1 a strong
+{
+ font-weight: 400;
+ margin-left: -2px;
saroyanm 2017/04/28 10:19:48 Is there a reason why you are not removing the spa
juliandoucette 2017/05/22 19:18:33 Acknowledged. We determined that removing the spa
+}
+
@media(min-width: $sidebar-breakpoint-x)
{
html[dir="rtl"] #navbar-logo
{
margin-right: $sidebar-width;
}
html[dir="ltr"] #navbar-logo
{
« includes/navbar.tmpl ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld