X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=2ae5780de3a9e424d1450e7b6daa7a94f013b9c3;hb=HEAD;hp=76e4074ed7754c1286ce8460318e53592855a729;hpb=6ab3f6bf34457794aae872520bda59ef487df379;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index 76e4074..2ae5780 100644 --- a/css/custom.css +++ b/css/custom.css @@ -6,3 +6,18 @@ 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' */ +} + +a.thumbnail { + border: none !important; +} \ No newline at end of file