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; }