From 1615f7ca650c61d4e84d9aa09671a5bc13029db6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 18 Jan 2006 00:30:32 +0000 Subject: changes to support docs in IE, adds a lot of whitespace.... --- doc/docs.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/docs.css') diff --git a/doc/docs.css b/doc/docs.css index ae97a647e..ccf5a488a 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -181,6 +181,12 @@ } .code { + font-family:courier, serif; + font-size:12px; + background-color: #E2E2EB; + padding:2px 2px 2px 10px; + margin: 5px 5px 5px 5px; + line-height:1.2em; } .codepop { @@ -190,7 +196,9 @@ color:#000000; border:1px solid; padding:10px; - margin:5px 10px 5px 0px; + width:95%; + /*margin:5px 10px 5px 0px;*/ + /*clear:right;*/ } .codepoplink { -- cgit v1.2.1