Author: mpercy
Date: Wed Jul 25 18:38:35 2018
New Revision: 1836660

URL: http://svn.apache.org/viewvc?rev=1836660&view=rev
Log:
Add body min height to avoid sidebar color wrapping

Modified:
    flume/site/trunk/content/sphinx/_themes/flume/static/flume.css_t

Modified: flume/site/trunk/content/sphinx/_themes/flume/static/flume.css_t
URL: 
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/_themes/flume/static/flume.css_t?rev=1836660&r1=1836659&r2=1836660&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/_themes/flume/static/flume.css_t (original)
+++ flume/site/trunk/content/sphinx/_themes/flume/static/flume.css_t Wed Jul 25 
18:38:35 2018
@@ -40,6 +40,7 @@ div.body {
     background-color: {{ theme_bgcolor }};
     color: {{ theme_textcolor }};
     padding: 0 20px 30px 20px;
+    min-height: 30em; /* otherwise the sidebar wraps under the body */
 }
 
 {%- if theme_rightsidebar|tobool %}


Reply via email to