From: Joey Hess Date: Thu, 10 Jun 2010 20:05:29 +0000 (-0400) Subject: add auto-scrolling pre's X-Git-Tag: 3.20100610~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b86ca0ef8adaac119841865a24e0648204102ab0;p=ikiwiki.git add auto-scrolling pre's let's see if anyone hates it :) --- 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;