You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2017/10/03 17:35:11 UTC

[fluo-website] branch asf-site updated: Jekyll build from gh-pages:cb4d8ae

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

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4c2a9e1  Jekyll build from gh-pages:cb4d8ae
4c2a9e1 is described below

commit 4c2a9e1b8a5f663bfe9824341665f436e86352c7
Author: Mike Walch <mw...@apache.org>
AuthorDate: Tue Oct 3 13:34:36 2017 -0400

    Jekyll build from gh-pages:cb4d8ae
    
    Fixes #96 - Fixed documentation sidebar for mobile (#97)
---
 css/fluo.css | 2 ++
 feed.xml     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/css/fluo.css b/css/fluo.css
index 814f18b..c73b726 100644
--- a/css/fluo.css
+++ b/css/fluo.css
@@ -34,6 +34,8 @@ tr:nth-child(odd) { background: #FFF; }
 
 #page-content { margin-top: 20px; }
 
+/* Turn off sidebar affix for small screens */
+@media (max-width: 975px) { .affix { position: static; } }
 @media (max-width: 800px) { #fluo-img { height: 30px; } }
 .highlight .hll { background-color: #d6d6d6; }
 
diff --git a/feed.xml b/feed.xml
index 9ccfe15..899a37f 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml" rel="self" type="application/rss+xml" />
-    <pubDate>Mon, 02 Oct 2017 19:45:26 +0000</pubDate>
-    <lastBuildDate>Mon, 02 Oct 2017 19:45:26 +0000</lastBuildDate>
+    <pubDate>Tue, 03 Oct 2017 17:34:31 +0000</pubDate>
+    <lastBuildDate>Tue, 03 Oct 2017 17:34:31 +0000</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
     

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