From: Marius Gavrilescu Date: Mon, 27 Jan 2014 17:11:31 +0000 (+0200) Subject: Re-add deleted CSS X-Git-Url: http://git.ieval.ro/?p=mindcoding-template-patches.git;a=commitdiff_plain;h=a96e60eb0258a35425970741a84ea07765b2d991 Re-add deleted CSS --- 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