From commits-return-2897-archive-asf-public=cust-asf.ponee.io@flume.apache.org Wed Jul 25 20:26:40 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8D23318062C for ; Wed, 25 Jul 2018 20:26:39 +0200 (CEST) Received: (qmail 994 invoked by uid 500); 25 Jul 2018 18:26:38 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 985 invoked by uid 99); 25 Jul 2018 18:26:38 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2018 18:26:38 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D4B3A3A0189 for ; Wed, 25 Jul 2018 18:26:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1836659 - /flume/site/trunk/content/sphinx/_themes/flume/static/flume.css_t Date: Wed, 25 Jul 2018 18:26:37 -0000 To: commits@flume.apache.org From: mpercy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180725182637.D4B3A3A0189@svn01-us-west.apache.org> Author: mpercy Date: Wed Jul 25 18:26:37 2018 New Revision: 1836659 URL: http://svn.apache.org/viewvc?rev=1836659&view=rev Log: Make the font size on the sidebar a little smaller To avoid wrapping some of the links after changing the font to Verdana. 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=1836659&r1=1836658&r2=1836659&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:26:37 2018 @@ -94,6 +94,7 @@ div.related a { } div.sphinxsidebar { + font-size: 85%; {%- if theme_stickysidebar|tobool %} top: 30px; bottom: 0;