summaryrefslogtreecommitdiff
path: root/sphinx/themes
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-04 23:21:49 +0100
committerGeorg Brandl <georg@python.org>2011-01-04 23:21:49 +0100
commit04709f042bacb34a2d8b473f3acf4639bec5720d (patch)
tree2018aecaae73dec2cba6529fc31fb7776b46c84e /sphinx/themes
parent02664c9d25230379c5177d08af0103b7f39eb9f9 (diff)
parent9899be1ea9e21389f6ef890c4441901eee50b433 (diff)
downloadsphinx-04709f042bacb34a2d8b473f3acf4639bec5720d.tar.gz
merge with 1.0
Diffstat (limited to 'sphinx/themes')
-rw-r--r--sphinx/themes/basic/static/basic.css1
-rw-r--r--sphinx/themes/epub/static/epub.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css
index af1f49c4..6882a583 100644
--- a/sphinx/themes/basic/static/basic.css
+++ b/sphinx/themes/basic/static/basic.css
@@ -444,6 +444,7 @@ dl.glossary dt {
pre {
overflow: auto;
+ overflow-y: hidden; /* fixes display issues on Chrome browsers */
}
td.linenos pre {
diff --git a/sphinx/themes/epub/static/epub.css b/sphinx/themes/epub/static/epub.css
index 356da055..d2c51751 100644
--- a/sphinx/themes/epub/static/epub.css
+++ b/sphinx/themes/epub/static/epub.css
@@ -343,6 +343,7 @@ dl.glossary dt {
pre {
font-family: "LiberationNarrow", monospace;
overflow: auto;
+ overflow-y: hidden;
}
td.linenos pre {