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: Addressed comments Created June 7, 2017, 3:42 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 | « static/css/main.css ('k') | static/scss/layout/_sidebar.scss » ('j') | 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,23 +32,48 @@
.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
+ html[dir="rtl"] .site-title
{
margin-right: $sidebar-width;
}
- html[dir="ltr"] #navbar-logo
+ html[dir="ltr"] .site-title
{
margin-left: $sidebar-width;
}
}
@media(max-width: $sidebar-breakpoint-x - 1)
{
.js #navbar
« no previous file with comments | « static/css/main.css ('k') | static/scss/layout/_sidebar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld