You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/11/04 03:05:05 UTC

[trafficserver] 03/03: TS-4466: Improve a layout and behavior of the switcher

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 73a09e244c0c2c02a751f158a28961b652a2d17d
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue May 24 16:16:38 2016 +0900

    TS-4466: Improve a layout and behavior of the switcher
    
    (cherry picked from commit ca35a0528b83c74ed7aa2f05cb73041648505b86)
---
 doc/_templates/layout.html | 2 +-
 doc/static/override.css    | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index b4afcb7..3033ee8 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -17,7 +17,7 @@
 #}
 {% extends "!layout.html" %}
 {% block footer %}
-<div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
+<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> Apache Traffic Server</span>
     v: {{ version }}
diff --git a/doc/static/override.css b/doc/static/override.css
index 1ab1e71..b7940a3 100644
--- a/doc/static/override.css
+++ b/doc/static/override.css
@@ -23,3 +23,8 @@ dd {
 span.pre {
     line-height: initial;
 }
+
+/* Fix for nav bottom padding with flyout */
+nav.wy-nav-side {
+    padding-bottom: 3em;
+}

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.