summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-21 19:08:03 +0200
committerGeorg Brandl <georg@python.org>2011-09-21 19:08:03 +0200
commit4c7a3aba51f1f9e67e7311c232f9377084b3338a (patch)
tree31b25c774c17bfe952b66e6c7b9223b733d9fc0b /sphinx/themes/basic/static
parent0e55d4967fa9c2f9d2abc09ffa9fad357c47bf16 (diff)
parent392a9c0a8cd591a1d4bd892da78a65c8fbf04305 (diff)
downloadsphinx-4c7a3aba51f1f9e67e7311c232f9377084b3338a.tar.gz
Merge with 1.0.
Diffstat (limited to 'sphinx/themes/basic/static')
-rw-r--r--sphinx/themes/basic/static/basic.css_t9
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;
}