#283: Fix literal block display issues on Chrome browsers.

This commit is contained in:
Georg Brandl 2011-01-04 23:20:59 +01:00
parent 5fce89aa52
commit c4b9cca165
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
Release 1.0.6 (in development)
==============================
* #283: Fix literal block display issues on Chrome browsers.
* #383, #148: Support sorting a limited range of accented characters
in the general index and the glossary.

View File

@ -444,6 +444,7 @@ dl.glossary dt {
pre {
overflow: auto;
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}
td.linenos pre {

View File

@ -343,6 +343,7 @@ dl.glossary dt {
pre {
font-family: "LiberationNarrow", monospace;
overflow: auto;
overflow-y: hidden;
}
td.linenos pre {