diff --git a/docs/index.html b/docs/index.html index 68cdd4a2cf..7fe5ce1ca7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,7 +25,7 @@
-Our topbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.
+Our navbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.
All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.
+All elements within, and the entire navbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.
As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <li>
tags also support .active
for showing current page selection.
Note: When using the topbar on any page, be sure to account for the overlap it causes by adding padding-top: 40px;
to your <body>
.
Note: When using the navbar on any page, be sure to account for the overlap it causes by adding padding-top: 40px;
to your <body>
.