You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2013/09/22 23:36:46 UTC

svn commit: r879488 - /websites/production/tapestry/content/styles/style.css

Author: bobharner
Date: Sun Sep 22 21:36:45 2013
New Revision: 879488

Log:
Style tweak to make {code} blocks have white (not gray) background again.

Modified:
    websites/production/tapestry/content/styles/style.css

Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Sun Sep 22 21:36:45 2013
@@ -247,3 +247,6 @@ DIV#breadcrumbs a.edit {
 DIV#breadcrumbs a.edit:hover {
     color: #393;
 }
+
+DIV.syntaxhighlighter { overflow: inherit !important; background-color: white; }
+DIV.syntaxhighlighter .line.alt1, DIV.syntaxhighlighter .line.alt2 { background-color: white !important; }