Set code background-color to inherit
[gruntmaster-page.git] / css / custom.css
CommitLineData
05ebc75e 1h1#title{
7dc32473
MG
2 font-weight: bold;
3 text-align: center;
05ebc75e 4 font-size: 3em !important;
7dc32473
MG
5}
6
7dc32473
MG
7#logo {
8 margin: 5em auto 2em;
9 display: block;
10}
11
12h1 {
13 font-size: 2em !important;
14}
15
16.txtstuff {
17 overflow: hidden;
18}
19
20.hiddendiv {
21 display: none;
22 white-space: pre-wrap;
23 word-wrap: break-word;
24 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
25}
26
27a.thumbnail {
28 border: none !important;
29}
30
31div.container-fluid {
32 padding: 0 15px;
a94f8453
MG
33}
34
f34254b8 35.list-group-item, .form-control {
a94f8453
MG
36 max-width: 30em;
37}
52f5c679
MG
38
39div#result{
40 text-align: center;
45575184
MG
41}
42
43footer{
44 padding: 1.5em 0;
45}
22590ac2 46
f5f2104e
MG
47a.dropdown-toggle{
48 cursor: pointer;
49}
d4eddae1
MG
50
51#sponsors a.logo{
52 margin-bottom: 1em;
53}
fd7ea993 54
5d64ec4a
MG
55.table-fixed{
56 table-layout: fixed;
fd7ea993 57}
a85082d2
MG
58
59code {
60 background-color: inherit;
61}
This page took 0.012277 seconds and 4 git commands to generate.