summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-10-27 04:59:49 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-10-27 04:59:49 +0000
commit9cdbcdfd394c231319febffb1e4869e68bd69314 (patch)
tree7d8f4c2436b682c40d522ad9bf5621262134b7b6 /doc
parent8ce44dde44a724e3f909104f087f849c6c2aadd2 (diff)
downloadsqlalchemy-9cdbcdfd394c231319febffb1e4869e68bd69314.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/docs.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/docs.css b/doc/docs.css
index e7384ed65..66cfbcd2e 100644
--- a/doc/docs.css
+++ b/doc/docs.css
@@ -168,3 +168,14 @@
padding:0px 0px 3px 0px;
}
+.docstring {
+ margin-left:15px;
+ margin-bottom:5px;
+ margin-top:5px;
+}
+
+.darkcell {
+ margin:0px 0px 10px 0px;
+ padding:4px 4px 4px 4px;
+ background-color: #D2D2D2;
+} \ No newline at end of file