diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-04-25 13:45:31 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-04-25 13:45:31 +0000 |
| commit | 796d3acf9b85d1d86387e841a3871c81748f9a42 (patch) | |
| tree | e37a8a580ed8de13ec755144e97951480d7d4993 /doc/docs.css | |
| parent | 91e449800aff0d324b0b23add0415839e81fac5a (diff) | |
| download | sqlalchemy-796d3acf9b85d1d86387e841a3871c81748f9a42.tar.gz | |
some formatting/indentation stuff
Diffstat (limited to 'doc/docs.css')
| -rw-r--r-- | doc/docs.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/docs.css b/doc/docs.css index 59f0ef4d7..497c52f8b 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -65,17 +65,27 @@ h3 { margin:26px 4px 0px 5px; } -.section { +.sectionL1 { line-height: 1.5em; padding:8px 10px 20px 10px; margin:10px 0px 0px; } -.subsection { +.sectionL2 { margin:0px 0px 0px 20px; line-height: 1.5em; } +.sectionL3 { + margin:0px 0px 0px 40px; + line-height: 1.5em; +} + +.sectionL4 { + margin:0px 0px 0px 40px; + line-height: 1.5em; +} + .topnav li { font-size:12px; |
