diff options
| author | Georg Brandl <georg@python.org> | 2011-09-21 19:08:03 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-21 19:08:03 +0200 |
| commit | 4c7a3aba51f1f9e67e7311c232f9377084b3338a (patch) | |
| tree | 31b25c774c17bfe952b66e6c7b9223b733d9fc0b /sphinx/themes/basic/static | |
| parent | 0e55d4967fa9c2f9d2abc09ffa9fad357c47bf16 (diff) | |
| parent | 392a9c0a8cd591a1d4bd892da78a65c8fbf04305 (diff) | |
| download | sphinx-4c7a3aba51f1f9e67e7311c232f9377084b3338a.tar.gz | |
Merge with 1.0.
Diffstat (limited to 'sphinx/themes/basic/static')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index 69dfb20a..9459201e 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -79,6 +79,14 @@ div.sphinxsidebar input { font-size: 1em; } +div.sphinxsidebar input[type="text"] { + width: 170px; +} + +div.sphinxsidebar input[type="submit"] { + width: 30px; +} + img { border: 0; } @@ -236,7 +244,6 @@ img.align-center, .figure.align-center, object.align-center { } .align-center { - clear: both; text-align: center; } |
