X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fstyle.css;h=a092440cdbaee4ab051fe9b82bc47c6a2f763446;hb=e9902b1b1f99d9298e3bdac4616ae3c457512b65;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=5820a0008c4c2da4197483686397d2ece6fc6f63;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