You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/02/20 23:11:22 UTC

svn commit: r785808 - /websites/staging/chemistry/trunk/content/resources/site.css

Author: buildbot
Date: Sun Feb 20 22:11:22 2011
New Revision: 785808

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/resources/site.css

Modified: websites/staging/chemistry/trunk/content/resources/site.css
==============================================================================
--- websites/staging/chemistry/trunk/content/resources/site.css (original)
+++ websites/staging/chemistry/trunk/content/resources/site.css Sun Feb 20 22:11:22 2011
@@ -1580,6 +1580,16 @@ div.auto_complete ul strong.highlight {
    padding: 3px;
 }
 
+div.code.panel .codehilite {
+   border: 1px dashed #3c78b5;
+   font-size: 11px;
+   font-family: Courier;
+   margin: 10px;
+   line-height: 13px;
+   background-color: #f0f0f0;
+   padding: 3px;
+}
+
 .wiki-content table {
     margin: 5px;
     border-collapse: collapse;