diff --git a/css/glowingbear.css b/css/glowingbear.css index 108fa9d..337ffa7 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -56,11 +56,21 @@ td.prefix { border-right: 1px solid #444; } td.message { - word-wrap: break-word; - word-break: break-word; vertical-align: top; width: 100%; padding: 1px 1px 1px 5px; + +-ms-word-break: break-all; + word-break: break-all; + + /* Non standard for webkit */ + word-break: break-word; + +-webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + } #readmarker { margin-top: 5px; diff --git a/index.html b/index.html index 1d034f1..598da74 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - +

logo