diff --git a/public/_includes/_docs-nav.jade b/public/_includes/_docs-nav.jade
index 1a15864da9..db05c08f99 100644
--- a/public/_includes/_docs-nav.jade
+++ b/public/_includes/_docs-nav.jade
@@ -49,4 +49,4 @@ nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data
name = page.menuTitle || page.title
selected = current.path[4] == slug ? 'is-selected':''
- li(class="#{selected}") #{name}
+ li(class="#{selected}")#{name}
diff --git a/public/docs/js/latest/guide/_layout.jade b/public/docs/js/latest/guide/_layout.jade
index 576e452481..b53b63a3aa 100644
--- a/public/docs/js/latest/guide/_layout.jade
+++ b/public/docs/js/latest/guide/_layout.jade
@@ -11,7 +11,7 @@ html(lang="en" ng-app="angularIOApp")
if banner
!= partial("../../../../_includes/_banner")
- article.l-content-small.grid-fluid.docs-content
+ article.l-content-small.grid-fluid.docs-content(ng-non-bindable)
!= yield
!= partial("../../../../_includes/_next-item")
diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade
index 7c566547be..973f135ddb 100644
--- a/public/docs/js/latest/guide/displaying-data.jade
+++ b/public/docs/js/latest/guide/displaying-data.jade
@@ -40,7 +40,7 @@ p.
.l-main-section
h2#section-showing-properties-with-interpolation Showing properties with interpolation
- p.text-body(ng-non-bindable)
+ p.text-body
| The simple method for binding text into templates is through interpolation where you put the name of a property
| inside {{ }}.
diff --git a/public/resources/css/module/_side-nav.scss b/public/resources/css/module/_side-nav.scss
index eb1d732f9a..0cd07d8baa 100644
--- a/public/resources/css/module/_side-nav.scss
+++ b/public/resources/css/module/_side-nav.scss
@@ -185,11 +185,9 @@
// SECONDARY SIDENAV BUTTON
.side-nav-tertiary {
padding-bottom: ($unit * 1);
- margin: 0px 0px 0px ($unit * 2);
- list-style-type: disc;
+ margin: 0px;
> li {
-
&.is-selected {
> a {
background: transparent;