From b86ca0ef8adaac119841865a24e0648204102ab0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Jun 2010 16:05:29 -0400 Subject: [PATCH] add auto-scrolling pre's let's see if anyone hates it :) --- doc/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.32.0.93.g670b81a890