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

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

Issue 29589595: Noissue - Use new utilities and .container from website-defaults (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 26, 2017, 10:44 a.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/scss/layout/_navbar.scss
===================================================================
--- a/static/scss/layout/_navbar.scss
+++ b/static/scss/layout/_navbar.scss
@@ -22,26 +22,16 @@
background-color: $black;
}
.navbar a
{
color: $white;
}
-.navbar-wrapper
-{
- width: $navbar-width;
- max-width: 100%;
- margin-right: auto;
- margin-left: auto;
- padding-right: $md;
- padding-left: $md;
-}
-
// Navbar Collapse
.navbar-collapse
{
display: none;
clear: both;
&.open

Powered by Google App Engine
This is Rietveld