diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-20 03:52:48 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-20 03:52:48 +0000 |
| commit | 4e397a775a09c2639655a7c168f6cdc0f8b9dc91 (patch) | |
| tree | f2a9908a573327a4c55abd03cee573383c4c11a5 /docutils/tools/stylesheets/default.css | |
| parent | 3cee5a7cc8ec11c034761e2d259b31cf1f7d45a1 (diff) | |
| download | docutils-4e397a775a09c2639655a7c168f6cdc0f8b9dc91.tar.gz | |
table tweak
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@702 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/stylesheets/default.css')
| -rw-r--r-- | docutils/tools/stylesheets/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docutils/tools/stylesheets/default.css b/docutils/tools/stylesheets/default.css index a61d0e01d..a17b4b9cb 100644 --- a/docutils/tools/stylesheets/default.css +++ b/docutils/tools/stylesheets/default.css @@ -170,7 +170,8 @@ table.footnote { td, th { padding-left: 0.5em ; - padding-right: 0.5em } + padding-right: 0.5em ; + vertical-align: top } td > p:first-child, th > p:first-child { margin-top: 0em } |
