]> iEval git - plack-app-gruntmaster.git/blame_incremental - css/custom.css
Remove all EXE_FILES since they are not needed anymore
[plack-app-gruntmaster.git] / css / custom.css
... / ...
CommitLineData
1div#subtitle{
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;
7 font-size: 3em;
8}
9
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;
44}
45
46.list-group-item, .form-control {
47 max-width: 30em;
48}
49
50div#result{
51 text-align: center;
52}
This page took 0.020305 seconds and 4 git commands to generate.