]> Git repositories of Nishi - koakuma.git/commitdiff
apply overflow-x
authorNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 07:45:11 +0000 (07:45 +0000)
committerNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 07:45:11 +0000 (07:45 +0000)
git-svn-id: file:///raid/svn-personal/koakuma/trunk@20 219d0f9c-2d94-d447-890a-813e76b88fe9

Static/style.css

index 34271aa212a8a798fac0f83f49a80524c933b313..b4ca61ec5bb71bc8fa4f4149d0868e9558d1a6c7 100644 (file)
@@ -90,3 +90,7 @@ a:visited {
        background-color: #f0f0f0;
        margin-top: 20px;
 }
+
+pre {
+       overflow-x: scroll;
+}