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

svn commit: r981209 - in /websites/staging/lucy/trunk/content: ./ css/lucy.css

Author: buildbot
Date: Fri Feb 26 13:01:05 2016
New Revision: 981209

Log:
Staging update by buildbot for lucy

Modified:
    websites/staging/lucy/trunk/content/   (props changed)
    websites/staging/lucy/trunk/content/css/lucy.css

Propchange: websites/staging/lucy/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 26 13:01:05 2016
@@ -1 +1 @@
-1732471
+1732472

Modified: websites/staging/lucy/trunk/content/css/lucy.css
==============================================================================
--- websites/staging/lucy/trunk/content/css/lucy.css (original)
+++ websites/staging/lucy/trunk/content/css/lucy.css Fri Feb 26 13:01:05 2016
@@ -114,3 +114,16 @@
     font-size: 15px;
 }
 
+pre {
+    border: 1px solid #ccc;
+    padding: 0.2em 0.4em;
+    background: #f6f6f6;
+    font-size: 0.92em;
+}
+pre a {
+    text-decoration: none;
+}
+pre, code {
+    font-family: "Consolas", "Menlo", monospace;
+}
+