Remove all EXE_FILES since they are not needed anymore
[plack-app-gruntmaster.git] / css / custom.css
CommitLineData
6e80032b 1div#subtitle{
7dc32473
MG
2 font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace;
3 font-weight: bold;
4 text-align: center;
5 padding: 0;
6 margin: 0;
7dc32473
MG
7 font-size: 3em;
8}
9
7dc32473
MG
10footer{
11 width: 60em;
12 margin: auto;
13 margin-top: 6em;
14 white-space: pre-wrap;
15 color: #777;
16}
17
18#logo {
19 margin: 5em auto 2em;
20 display: block;
21}
22
23h1 {
24 font-size: 2em !important;
25}
26
27.txtstuff {
28 overflow: hidden;
29}
30
31.hiddendiv {
32 display: none;
33 white-space: pre-wrap;
34 word-wrap: break-word;
35 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
36}
37
38a.thumbnail {
39 border: none !important;
40}
41
42div.container-fluid {
43 padding: 0 15px;
a94f8453
MG
44}
45
f34254b8 46.list-group-item, .form-control {
a94f8453
MG
47 max-width: 30em;
48}
52f5c679
MG
49
50div#result{
51 text-align: center;
52}
This page took 0.013192 seconds and 4 git commands to generate.