OSDN Git Service

* クエリに指定した文字列が含まれる場合に404にする機能を追加。
[yanmah2/YANMAH2-season2-.git] / style.php
index 488b160..b305a10 100644 (file)
--- a/style.php
+++ b/style.php
@@ -16,6 +16,8 @@ body {
        border-width: 1px;
        border-style: solid;
        border-color: #888888;
+        word-break: break-all;
+
 }
 blockquote {
        color: inherit; background-color: #f6f6f6;
@@ -28,6 +30,9 @@ hr {
 address {
        font-size: 75%;
 }
+pre {
+    overflow: scroll;
+}
 #page {
 }
 #header {