From a96e60eb0258a35425970741a84ea07765b2d991 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 27 Jan 2014 19:11:31 +0200 Subject: [PATCH] Re-add deleted CSS --- css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.30.2