Author: steveh Date: Fri Dec 10 12:06:05 2004 New Revision: 111544 URL: http://svn.apache.org/viewcvs?view=rev&rev=111544 Log: Refining the live site CSS. Modified: incubator/beehive/site/build/site/skin/page.css
Modified: incubator/beehive/site/build/site/skin/page.css Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/skin/page.css?view=diff&rev=111544&p1=incubator/beehive/site/build/site/skin/page.css&r1=111543&p2=incubator/beehive/site/build/site/skin/page.css&r2=111544 ============================================================================== --- incubator/beehive/site/build/site/skin/page.css (original) +++ incubator/beehive/site/build/site/skin/page.css Fri Dec 10 12:06:05 2004 @@ -52,7 +52,7 @@ .fixme { border: solid 1px #C6C600; background-color: #FAF9C3; } .fixme .label { background-color: #C6C600; color: #ffffff; } -.code { border-color: #CFDCED; border-style: solid; border-width: 1px; } +.code { border-color: #CFDCED; border-style: solid; border-width: 1px; font-size: 11px } .codefrag { font-family: "Courier New", Courier, monospace; } .highlight { background-color: yellow; }
