Added rules for .demo and .demo-description divs at the end of the css for padding and fonts. May need to be scoped tighter.

This commit is contained in:
Todd Parker 2008-12-30 18:15:09 +00:00
parent a69affd77d
commit e17fbcfb43

View File

@ -163,3 +163,15 @@ eventually we should convert the font sizes to ems -- using px for now to minimi
#demo-source a.source-closed:visited,
#demo-source a.source-closed:hover,
#demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); }
div.demo {
padding:12px;
font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}
div.demo-description {
padding:12px;
font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
font-size: 1.2em;
line-height: 1.4em;
}