diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 0c3c7d13..c84249a1 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1,10 +1,3 @@ -/* - -Website's Style -Developers: Veselcraft - -*/ - html { overflow-y: scroll; } @@ -16,6 +9,8 @@ body { text-align: left; font-family: tahoma, verdana, arial, sans-serif; font-size: 11px; + word-break: break-word; + word-wrap: break-word; } span { @@ -341,7 +336,6 @@ table { padding: 3px 1px 3px; color: #000; width: 380px; - max-height: 39px; height: auto !important; } @@ -507,8 +501,6 @@ h4 { .post-content .text { padding: 4px; font-size: 11px; - word-break: break-word; - word-wrap: break-word; hyphens: manual; }