From 19368f24c1c7c582880560700a588179e5804658 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Tue, 10 May 2005 02:41:48 +0000 Subject: [PATCH] Add a horizontal scrollbar to
 blocks that are too long
 to fit in the viewable window

---
 public/stylesheets/instiki.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css
index b30d8508..e1af88d1 100644
--- a/public/stylesheets/instiki.css
+++ b/public/stylesheets/instiki.css
@@ -102,6 +102,7 @@ pre {
   background-color: #eee;
   padding: 10px;
   font-size: 11px;
+  overflow: auto;
 }
 
 ol.setup {