r1344 - trunk/demos

r1344 - trunk/demos


Author: fg.todd
Date: Tue Dec 30 10:15:09 2008
New Revision: 1344
Modified:
trunk/demos/demos.css
Log:
Added rules for .demo and .demo-description divs at the end of the css for
padding and fonts. May need to be scoped tighter.
Modified: trunk/demos/demos.css
==============================================================================
--- trunk/demos/demos.css    (original)
+++ trunk/demos/demos.css    Tue Dec 30 10:15:09 2008
@@ -162,4 +162,16 @@
#demo-source a.source-closed:link,
#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); }
\ No newline at end of file
+#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;
+}
\ No newline at end of file