diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 2cc467b4f..22c68bd7a 100644 --- a/doc/style.css +++ b/doc/style.css @@ -122,6 +122,10 @@ img { border-style: none; } +pre { + overflow: auto; +} + div.recentchanges { border-style: solid; border-width: 1px; |