From 604bddc35385aab2058ddd3a89372de9e4539ebf Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 20 Jan 2009 12:24:05 +0000 Subject: [PATCH] fixed code inline styling --- demos/demos.css | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/demos.css b/demos/demos.css index 9c95e8183..6d0533f4a 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -166,6 +166,7 @@ eventually we should convert the font sizes to ems -- using px for now to minimi } #demo-notes { width:520px; color:#333; font-size: 1em; } +.demo-description p code { padding: 0; font-weight: bold; } code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%; } #demo-source a:link, -- 2.39.5