From: Nishi Date: Wed, 2 Oct 2024 08:16:09 +0000 (+0000) Subject: fix for css on ie6 X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=6c0dc03a01354ff3d79cc9613842c41480566768;p=koakuma.git fix for css on ie6 git-svn-id: file:///raid/svn-personal/koakuma/trunk@25 219d0f9c-2d94-d447-890a-813e76b88fe9 --- 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%; }