X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=2ae5780de3a9e424d1450e7b6daa7a94f013b9c3;hb=HEAD;hp=dcbf88e28747dbccde3f0ec9e67795ea1475b992;hpb=94af8d03d3b083d02eac5c20f1cd87fe353e886c;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index dcbf88e..2ae5780 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,23 @@ -#spacer { height: 5em; } +#logo { + 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