swap buttons on log
[mindcoding-template-patches.git] / css / custom.css
... / ...
CommitLineData
1#logo {
2 margin: 5em auto 2em;
3 display: block;
4}
5
6h1 {
7 font-size: 2em !important;
8}
9
10.txtstuff {
11 overflow: hidden;
12}
13
14.hiddendiv {
15 display: none;
16 white-space: pre-wrap;
17 word-wrap: break-word;
18 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
19}
20
21a.thumbnail {
22 border: none !important;
23}
This page took 0.008642 seconds and 4 git commands to generate.