diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-10 16:05:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-10 16:05:29 -0400 |
commit | b86ca0ef8adaac119841865a24e0648204102ab0 (patch) | |
tree | c6a0baa1092e8c8acb7eb3db1a90291880ae16ac /doc | |
parent | 1609da8f00e29c580e92fd1d3c2b093cbc41d20e (diff) | |
download | ikiwiki-b86ca0ef8adaac119841865a24e0648204102ab0.tar ikiwiki-b86ca0ef8adaac119841865a24e0648204102ab0.tar.gz |
add auto-scrolling pre's
let's see if anyone hates it :)
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; |