From e529be3ddb5bc863578d67f834df73b747b729b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Sep 2015 10:50:28 +0200 Subject: [PATCH] word-wrap: break-word, fixes #302 --- htdocs/themes/bootstrap/css/style.css | 4 ++++ htdocs/themes/cleanwhite/css/main.css | 5 +++++ htdocs/themes/default/css/main.css | 5 +++++ htdocs/themes/gabdark/css/main.css | 5 +++++ htdocs/themes/gabdark3/css/main.css | 5 +++++ htdocs/themes/geocities/css/style.css | 5 +++++ htdocs/themes/i386/css/style.css | 3 +++ htdocs/themes/snowkat/css/main.css | 5 +++++ htdocs/themes/stikkedizr/css/style.css | 4 ++++ 9 files changed, 41 insertions(+) diff --git a/htdocs/themes/bootstrap/css/style.css b/htdocs/themes/bootstrap/css/style.css index 5f729bb..54a9b87 100644 --- a/htdocs/themes/bootstrap/css/style.css +++ b/htdocs/themes/bootstrap/css/style.css @@ -123,3 +123,7 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_ margin-left: 40px; } +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/cleanwhite/css/main.css b/htdocs/themes/cleanwhite/css/main.css index 9d5babb..dbe0425 100644 --- a/htdocs/themes/cleanwhite/css/main.css +++ b/htdocs/themes/cleanwhite/css/main.css @@ -618,3 +618,8 @@ button:active { -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px; -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px; } + +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/default/css/main.css b/htdocs/themes/default/css/main.css index 7124cb2..b27ffbf 100644 --- a/htdocs/themes/default/css/main.css +++ b/htdocs/themes/default/css/main.css @@ -556,3 +556,8 @@ h4 { #code { font-family: monospace; } + +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/gabdark/css/main.css b/htdocs/themes/gabdark/css/main.css index 3b24abf..185f590 100644 --- a/htdocs/themes/gabdark/css/main.css +++ b/htdocs/themes/gabdark/css/main.css @@ -548,3 +548,8 @@ h4 { a {color: #fff; text-decoration: underline;} a:hover {color: #ccc; text-decoration: none;} .CodeMirror-scroll {background-color: #fff;} + +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/gabdark3/css/main.css b/htdocs/themes/gabdark3/css/main.css index a92fb20..284d79f 100644 --- a/htdocs/themes/gabdark3/css/main.css +++ b/htdocs/themes/gabdark3/css/main.css @@ -582,3 +582,8 @@ h4 { a {color: #fff; text-decoration: underline;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;} a:hover {color: #ccc; text-decoration: none;} .CodeMirror-scroll {background-color: #fff;} + +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/geocities/css/style.css b/htdocs/themes/geocities/css/style.css index 8a95564..efce4dc 100644 --- a/htdocs/themes/geocities/css/style.css +++ b/htdocs/themes/geocities/css/style.css @@ -110,3 +110,8 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_ blockquote.CodeMirror { background-color: #000; } + +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/i386/css/style.css b/htdocs/themes/i386/css/style.css index 2ad8418..3e68f08 100644 --- a/htdocs/themes/i386/css/style.css +++ b/htdocs/themes/i386/css/style.css @@ -134,3 +134,6 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_ margin-left: 40px; } +.text { + word-wrap: break-word; +} diff --git a/htdocs/themes/snowkat/css/main.css b/htdocs/themes/snowkat/css/main.css index fdb6284..77e14e0 100644 --- a/htdocs/themes/snowkat/css/main.css +++ b/htdocs/themes/snowkat/css/main.css @@ -565,3 +565,8 @@ h4 { a {color: #fff; text-decoration: underline;} a:hover {color: #ccc; text-decoration: none;} .CodeMirror-scroll {background-color: #fff;} + +.text { + word-wrap: break-word; +} + diff --git a/htdocs/themes/stikkedizr/css/style.css b/htdocs/themes/stikkedizr/css/style.css index bf0bc3b..ddf4b7a 100644 --- a/htdocs/themes/stikkedizr/css/style.css +++ b/htdocs/themes/stikkedizr/css/style.css @@ -105,3 +105,7 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_ padding: 5px; } +.text { + word-wrap: break-word; +} +