diff --git a/static/styles/kuro/style.css b/static/styles/kuro/style.css index 542914d5..2e31ab66 100644 --- a/static/styles/kuro/style.css +++ b/static/styles/kuro/style.css @@ -28,6 +28,7 @@ body { color: #999; min-width: 850px; background-color: #222; + word-wrap:break-word; } /* Common elements */ diff --git a/static/styles/shiro/style.css b/static/styles/shiro/style.css index 26a782c5..5b023ddf 100644 --- a/static/styles/shiro/style.css +++ b/static/styles/shiro/style.css @@ -27,6 +27,7 @@ body { color: #444; min-width: 950px; background-color: #DDD; + word-wrap:break-word; } /* Common elements */ diff --git a/static/styles/whatlove/style.css b/static/styles/whatlove/style.css index 73d4b8ae..d861062e 100644 --- a/static/styles/whatlove/style.css +++ b/static/styles/whatlove/style.css @@ -34,6 +34,7 @@ body { min-width: 950px; background-color: #C7EDFC; background-image:url('images/bg.png'); + word-wrap:break-word; } /* Common elements */