From ec66cd4c44eda62ab72c11d302b12231c60cf41e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 29 Apr 2007 16:21:43 +0000 Subject: - CSS change to regular font for docstrings now that we use docutils for formatting - dynamicmetadata clarification --- doc/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/docs.css') diff --git a/doc/docs.css b/doc/docs.css index c5c3cb437..d65f5aff5 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -129,7 +129,7 @@ h3 { } .darkcell { - font-family: courier, "courier new", serif; + /*font-family: courier, "courier new", serif;*/ margin:0px 0px 10px 0px; padding:4px 4px 4px 4px; background-color: #f0f0f0; -- cgit v1.2.1