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 21:44:39 UTC

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

Author: buildbot
Date: Sun Feb 20 20:44:39 2011
New Revision: 785789

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 20:44:39 2011
@@ -243,6 +243,8 @@ pre {
   line-height: 13px;
 }
 
+
+
 .focusedComment {
     background: #ffffce;
 }
@@ -1568,7 +1570,7 @@ div.auto_complete ul strong.highlight {
 
 /* added */
 
-#codehilite {
+.codehilite {
    border: 1px dashed #3c78b5;
    font-size: 11px;
    font-family: Courier;
@@ -1576,3 +1578,10 @@ div.auto_complete ul strong.highlight {
    line-height: 13px;
  }
  
+.codehilite pre {
+  border: 1px dashed #3c78b5;
+  font-size: 11px;
+  font-family: Courier;
+  margin: 10px;
+  line-height: 13px;
+}