From 6c0dc03a01354ff3d79cc9613842c41480566768 Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 2 Oct 2024 08:16:09 +0000 Subject: [PATCH] fix for css on ie6 git-svn-id: file:///raid/svn-personal/koakuma/trunk@25 219d0f9c-2d94-d447-890a-813e76b88fe9 --- Static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Static/style.css b/Static/style.css index d84bce1..21e0523 100644 --- a/Static/style.css +++ b/Static/style.css @@ -97,5 +97,6 @@ a:visited { } pre { - overflow-x: scroll; + overflow: scroll; + width: 100%; } -- 2.45.2