You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/01/13 12:49:01 UTC

svn commit: r802530 - in /websites/production/river: ./ content/css/river.css

Author: sijskes
Date: Fri Jan 13 11:49:01 2012
New Revision: 802530

Log:
stylesheet changes in code examples.

Modified:
    websites/production/river/   (props changed)
    websites/production/river/content/css/river.css

Propchange: websites/production/river/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 13 11:49:01 2012
@@ -1 +1 @@
-/websites/staging/river/trunk:778669-802522
+/websites/staging/river/trunk:778669-802529

Modified: websites/production/river/content/css/river.css
==============================================================================
--- websites/production/river/content/css/river.css (original)
+++ websites/production/river/content/css/river.css Fri Jan 13 11:49:01 2012
@@ -23,6 +23,12 @@ h1, h2, h3, h4, h5, h6, div.title  {
 /* font specs */
 /*----------------------*/
 
+div.codehilite pre {
+  background-color: #f5f5f5 ;
+  margin: 5px 15px 5px 15px ;
+  padding: 1em 1em 1em 1em ;
+}
+
 /*----------------------*/
 /* layout */