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:19 UTC

[50/55] cloudstack-docs-install git commit: fix navbar display

fix navbar display


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/08ffabf9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/08ffabf9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/08ffabf9

Branch: refs/heads/master
Commit: 08ffabf90d3eb46715ef6348010f9a1e5065e03b
Parents: 1764da9
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Mon Apr 6 00:52:53 2015 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Mon Apr 6 00:52:53 2015 -0400

----------------------------------------------------------------------
 source/conf.py                                  | 2 +-
 source/index.rst                                | 4 ++--
 sphinx_bootstrap_theme/bootstrap/relations.html | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/08ffabf9/source/conf.py
----------------------------------------------------------------------
diff --git a/source/conf.py b/source/conf.py
index 8f771dd..092c891 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -111,7 +111,7 @@ pygments_style = 'sphinx'
 html_theme = 'bootstrap'
 html_theme_options = {
     # Navigation bar title. (Default: ``project`` value)
-    'navbar_title': "Installation",
+    'navbar_title': "Installation Guide",
 
     # Tab name for entire site. (Default: "Site")
     'navbar_site_name': "Sections",

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/08ffabf9/source/index.rst
----------------------------------------------------------------------
diff --git a/source/index.rst b/source/index.rst
index 718987e..a2b2d44 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -19,8 +19,8 @@
    contain the root `toctree` directive.
 
 
-Welcome to CloudStack Installation Documentation
-================================================
+CloudStack Installation Documentation
+=====================================
 
 .. figure:: /_static/images/acslogo.png
    :align: center

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/08ffabf9/sphinx_bootstrap_theme/bootstrap/relations.html
----------------------------------------------------------------------
diff --git a/sphinx_bootstrap_theme/bootstrap/relations.html b/sphinx_bootstrap_theme/bootstrap/relations.html
index d48ed70..3afab53 100644
--- a/sphinx_bootstrap_theme/bootstrap/relations.html
+++ b/sphinx_bootstrap_theme/bootstrap/relations.html
@@ -4,7 +4,7 @@
     <a href="{{ prev.link|e }}" title="{{ _('Previous Chapter: ') + prev.title|striptags }}">
       {%- if theme_bootstrap_version == "2" -%}<span class="icon-chevron-left visible-tablet"></span>{%- endif -%}
       {%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-left visible-sm"></span>{%- endif -%}
-      <span class="hidden-sm hidden-tablet">{{ "&laquo;"|safe }} {{ prev.title|striptags|truncate(length=50, killwords=False) }}</span>
+      <span class="hidden-sm hidden-tablet">{{ "&laquo;"|safe }} {{ prev.title|striptags|truncate(length=40, killwords=True) }}</span>
     </a>
   </li>
 {%- endif %}
@@ -13,7 +13,7 @@
     <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}">
       {%- if theme_bootstrap_version == "2" -%}<span class="icon-chevron-right visible-tablet"></span>{%- endif -%}
       {%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-right visible-sm"></span>{%- endif -%}
-      <span class="hidden-sm hidden-tablet">{{ next.title|striptags|truncate(length=50, killwords=False) }} {{ "&raquo;"|safe }}</span>
+      <span class="hidden-sm hidden-tablet">{{ next.title|striptags|truncate(length=40, killwords=True) }} {{ "&raquo;"|safe }}</span>
     </a>
   </li>
 {%- endif %}