X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=eeb0d1244d2661435d5b2187135314d0535a7e87;hb=a96e60eb0258a35425970741a84ea07765b2d991;hp=76e4074ed7754c1286ce8460318e53592855a729;hpb=27c45dcc0ce5a85bd9f60a313a92e61d9f7667b9;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index 76e4074..eeb0d12 100644 --- a/css/custom.css +++ b/css/custom.css @@ -6,3 +6,15 @@ h1 { font-size: 2em !important; } + +.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