You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/26 14:10:18 UTC

svn commit: r1732474 - /lucy/site/trunk/content/css/lucy.css

Author: nwellnhof
Date: Fri Feb 26 13:10:17 2016
New Revision: 1732474

URL: http://svn.apache.org/viewvc?rev=1732474&view=rev
Log:
Fix overflowing code blocks

Modified:
    lucy/site/trunk/content/css/lucy.css

Modified: lucy/site/trunk/content/css/lucy.css
URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/css/lucy.css?rev=1732474&r1=1732473&r2=1732474&view=diff
==============================================================================
--- lucy/site/trunk/content/css/lucy.css (original)
+++ lucy/site/trunk/content/css/lucy.css Fri Feb 26 13:10:17 2016
@@ -118,7 +118,8 @@ pre {
     border: 1px solid #ccc;
     padding: 0.2em 0.4em;
     background: #f6f6f6;
-    font-size: 0.92em;
+    font-size: 0.8em;
+    overflow-x: auto;
 }
 pre a {
     text-decoration: none;