diff --git a/doc/source/topics/customizing.rst b/doc/source/topics/customizing.rst index 0f89439e40..784e88de26 100644 --- a/doc/source/topics/customizing.rst +++ b/doc/source/topics/customizing.rst @@ -129,6 +129,7 @@ full use of the Bootstrap theme architecture. * Tables_ * Login_ +* Tabs_ Step 1 ------ @@ -147,10 +148,8 @@ more useful ones include: tools will provide the ``variables.less`` file, which will need to be converted to ``_variables.scss`` -.. _Top Navbar: - -The Top Navbar --------------- +Top Navbar +---------- The top navbar in Horizon now uses a native Bootstrap ``navbar``. There are a number of variables that can be used to customize this element. Please see the @@ -165,17 +164,13 @@ The top navbar is now responsive on smaller screens. When the window size hits your ``$screen-sm`` value, the topbar will compress into a design that is better suited for small screens. -.. _Side Nav: - -The Side Nav ------------- +Side Nav +-------- The side navigation component has been refactored to use the native Stacked Pills element from Bootstrap. See **Pills** section of your variables file for specific variables to customize. -.. _Pie Charts: - Pie Charts ---------- @@ -186,8 +181,6 @@ Since there is no native element in Bootstrap specifically for pie charts, the look and feel of the charts are inheriting from other elements of the theme. Please see ``_pie_charts.scss`` for specifics. -.. _Tables: - Tables ------ @@ -217,6 +210,13 @@ The modal login experience, as used when switching regions, uses a standard Bootstrap dialog. See the **Modals** section of your variables file for specific variables to customize. +Tabs +---- + +The standard tabs make use of the native Bootstrap tab markup. + +See **Tabs** section of your variables file for variables to customize. + Bootswatch and Material Design ------------------------------ diff --git a/horizon/templates/horizon/_nav_list.html b/horizon/templates/horizon/_nav_list.html index 25e195130f..2218fc5444 100644 --- a/horizon/templates/horizon/_nav_list.html +++ b/horizon/templates/horizon/_nav_list.html @@ -1,6 +1,6 @@ {% load horizon i18n %} -