]> iEval git - gruntmaster-page.git/blame - css/custom.css
Add mindcoding logos and default theme
[gruntmaster-page.git] / css / custom.css
CommitLineData
05ebc75e 1h1#title{
7dc32473
MG
2 font-weight: bold;
3 text-align: center;
4 padding: 0;
5 margin: 0;
05ebc75e 6 font-size: 3em !important;
7dc32473
MG
7}
8
7dc32473
MG
9#logo {
10 margin: 5em auto 2em;
11 display: block;
12}
13
14h1 {
15 font-size: 2em !important;
16}
17
18.txtstuff {
19 overflow: hidden;
20}
21
22.hiddendiv {
23 display: none;
24 white-space: pre-wrap;
25 word-wrap: break-word;
26 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
27}
28
29a.thumbnail {
30 border: none !important;
31}
32
33div.container-fluid {
34 padding: 0 15px;
a94f8453
MG
35}
36
f34254b8 37.list-group-item, .form-control {
a94f8453
MG
38 max-width: 30em;
39}
52f5c679
MG
40
41div#result{
42 text-align: center;
43}
This page took 0.026712 seconds and 4 git commands to generate.