From 61589ce6897da3e8a4ffbe455cc90ec83d77a83f Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Thu, 28 Jul 2005 01:00:56 +0000 Subject: [PATCH] *** empty log message *** [SVN r30271] --- doc/html/rst.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 doc/html/rst.css diff --git a/doc/html/rst.css b/doc/html/rst.css new file mode 100755 index 0000000..8a55b61 --- /dev/null +++ b/doc/html/rst.css @@ -0,0 +1,15 @@ +@import "../../../../rst.css"; + +div.section div.section div.section dl { + margin-left: 2em; +} + +td span { + vertical-align: text-top; +} + +img { + border: none; + vertical-align: middle +} +