]> Git repositories of Nishi - koakuma.git/commitdiff
fix for css on ie6
authorNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 08:16:09 +0000 (08:16 +0000)
committerNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 08:16:09 +0000 (08:16 +0000)
git-svn-id: file:///raid/svn-personal/koakuma/trunk@25 219d0f9c-2d94-d447-890a-813e76b88fe9

Static/style.css

index d84bce19370211fc734bbf686b8bb500a2732c5d..21e0523a0130ee96ec1474ec670660b230ef662a 100644 (file)
@@ -97,5 +97,6 @@ a:visited {
 }
 
 pre {
-       overflow-x: scroll;
+       overflow: scroll;
+       width: 100%;
 }