diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 16:24:11 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 16:24:11 (GMT) |
commit | cfe446e4f6a2b8eafef7862879c590ca073d09bc (patch) | |
tree | 12a24c2c8033bcee212d8b70cf1b6e153d7e5126 /Doc/tools | |
parent | 7d24b1698a5590df066f829fb4eeef93186d7150 (diff) | |
download | cpython-cfe446e4f6a2b8eafef7862879c590ca073d09bc.zip cpython-cfe446e4f6a2b8eafef7862879c590ca073d09bc.tar.gz cpython-cfe446e4f6a2b8eafef7862879c590ca073d09bc.tar.bz2 |
Remove trailing whitespace.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/static/basic.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index 2b47622..9aa14a8 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -253,8 +253,8 @@ table.docutils { table.docutils td, table.docutils th { padding: 2px 5px 2px 5px; - border-left: 0; - background-color: #eef; + border-left: 0; + background-color: #eef; } table.docutils td p.last, table.docutils th p.last { @@ -270,7 +270,7 @@ table.footnote td, table.footnote th { } table.docutils th { - border-top: 1px solid #cac; + border-top: 1px solid #cac; background-color: #ede; } @@ -280,7 +280,7 @@ th { } th.head { - text-align: center; + text-align: center; } /* -- other body styles ----------------------------------------------------- */ |