 Issue 29401619:
  Issue 4963 - Wrong size used for text logo on acceptableads.com  (Closed) 
  Base URL: https://hg.adblockplus.org/web.acceptableads.com
    
  
    Issue 29401619:
  Issue 4963 - Wrong size used for text logo on acceptableads.com  (Closed) 
  Base URL: https://hg.adblockplus.org/web.acceptableads.com| Index: static/scss/layout/_navbar.scss | 
| =================================================================== | 
| --- a/static/scss/layout/_navbar.scss | 
| +++ b/static/scss/layout/_navbar.scss | 
| @@ -32,16 +32,41 @@ | 
| .js #navbar | 
| { | 
| position: fixed; | 
| z-index: 1; | 
| top: 0; | 
| left: 0; | 
| } | 
| +.site-title | 
| +{ | 
| + margin: 0; | 
| + font-size: 17px; | 
| + line-height: 64px; | 
| +} | 
| + | 
| +.site-title a | 
| +{ | 
| + color: $primary-fg; | 
| + text-decoration: none; | 
| + font-weight: 300; | 
| +} | 
| + | 
| +.site-title .non-space | 
| +{ | 
| + display: inline-block; | 
| + width: 1px; | 
| +} | 
| + | 
| +.site-title a strong | 
| +{ | 
| + font-weight: 400; | 
| +} | 
| + | 
| @media(min-width: $sidebar-breakpoint-x) | 
| { | 
| html[dir="rtl"] #navbar-logo | 
| 
saroyanm
2017/06/01 13:09:54
"#navbar-logo" Item is a duplication, let's use ".
 
juliandoucette
2017/06/07 15:42:52
Done.
Good find.
 | 
| { | 
| margin-right: $sidebar-width; | 
| } | 
| html[dir="ltr"] #navbar-logo | 
| { |