[Grok-dev] Minor issue with new grok plone site

Peter Bengtsson peter at fry-it.com
Mon Jan 7 06:34:48 EST 2008


The code snippets in the documentation is hard to read because of lack 
of contrast against the background.

Here's the culprit:

.documentContent pre {
font-size: 11px;
line-height: 18px;
color: #555555;
margin: 8px auto;
padding: 16px 8px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #dddddd;
background: #eeeeee;
}

Here's my "higher constrast suggestion":

.documentContent pre {
font-size: 11px;
line-height: 18px;
   color: #000;
margin: 8px auto;
padding: 16px 8px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #dddddd;
   background: rgb(245,245,245);
}

I think the stylesheet to change is called gzo.plonesmashtheme or 
something like that.

-- 
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com


More information about the Grok-dev mailing list