X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=2ae5780de3a9e424d1450e7b6daa7a94f013b9c3;hb=c2783a9be6dda9249ab16a496e0f16c9a1b6269a;hp=2dcd5db2516a4fd261c4f66de923f184746a1824;hpb=d99504639b60406db654b61ac15d2254e1c8e65f;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index 2dcd5db..2ae5780 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2,3 +2,22 @@ margin: 5em auto 2em; display: block; } + +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