diff options
-rw-r--r-- | demos/demos.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/demos/demos.css b/demos/demos.css index d40a53d30..250c875fc 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -144,7 +144,11 @@ eventually we should convert the font sizes to ems -- using px for now to minimi #demo-config-menu li.demo-config-on a:hover, #demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; } -#demo-source, #demo-notes { clear:both; padding:20px 0 0; } +#demo-source, #demo-notes { + clear: both; + padding: 20px 0 0; + font-size: 1.3em; +} #demo-notes { width:520px; color:#333; } #demo-notes code { padding-left:20px; } @@ -172,6 +176,6 @@ div.demo { div.demo-description { padding:12px; font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; - font-size: 1.2em; + font-size: 1.3em; line-height: 1.4em; }
\ No newline at end of file |