X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fstyle.css;h=a092440cdbaee4ab051fe9b82bc47c6a2f763446;hb=863fc53ae647f418935442de2c499e4785bb6746;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=0bfa72c239ac875d4e7ee716d59c4df0d1b156a8;p=mindcoding-template-patches.git diff --git a/css/style.css b/css/style.css index e69de29..a092440 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,10 @@ +.txtstuff { + overflow: hidden; +} + +.hiddendiv { + display: none; + white-space: pre-wrap; + word-wrap: break-word; + overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ +} \ No newline at end of file