You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2015/04/09 02:21:21 UTC

[52/55] cloudstack-docs-install git commit: theme custom

theme custom


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/6bb16607
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/6bb16607
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/6bb16607

Branch: refs/heads/master
Commit: 6bb166076dc0c540d9964855256df6c0cc6608a0
Parents: 38af225
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Mon Apr 6 01:21:07 2015 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Mon Apr 6 01:21:07 2015 -0400

----------------------------------------------------------------------
 sphinx_bootstrap_theme/bootstrap/globaltoc.html | 2 --
 sphinx_bootstrap_theme/bootstrap/navbar.html    | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/6bb16607/sphinx_bootstrap_theme/bootstrap/globaltoc.html
----------------------------------------------------------------------
diff --git a/sphinx_bootstrap_theme/bootstrap/globaltoc.html b/sphinx_bootstrap_theme/bootstrap/globaltoc.html
index d5df46c..0a6d687 100644
--- a/sphinx_bootstrap_theme/bootstrap/globaltoc.html
+++ b/sphinx_bootstrap_theme/bootstrap/globaltoc.html
@@ -1,4 +1,3 @@
-<li class="dropdown globaltoc-container">
   <a role="button"
      id="dLabelGlobalToc"
      data-toggle="dropdown"
@@ -7,4 +6,3 @@
   <ul class="dropdown-menu globaltoc"
       role="menu"
       aria-labelledby="dLabelGlobalToc">{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>
-</li>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/6bb16607/sphinx_bootstrap_theme/bootstrap/navbar.html
----------------------------------------------------------------------
diff --git a/sphinx_bootstrap_theme/bootstrap/navbar.html b/sphinx_bootstrap_theme/bootstrap/navbar.html
index 829a4c3..aed7169 100644
--- a/sphinx_bootstrap_theme/bootstrap/navbar.html
+++ b/sphinx_bootstrap_theme/bootstrap/navbar.html
@@ -24,7 +24,9 @@
               {%- endfor %}
             {% endif %}
             {% block navbartoc %}
-              {% include "globaltoc.html" %}
+              <li class="dropdown globaltoc-container">
+                {% include "globaltoc.html" %}
+              </li>
               {% if theme_navbar_pagenav %}
                 
               {% endif %}