]> iEval git - plack-app-gruntmaster.git/blame_incremental - css/custom.css
Merge branch 'master' into mindcoding
[plack-app-gruntmaster.git] / css / custom.css
... / ...
CommitLineData
1h1#title{
2 font-weight: bold;
3 text-align: center;
4 font-size: 3em !important;
5}
6
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;
33}
34
35.list-group-item, .form-control {
36 max-width: 30em;
37}
38
39div#result{
40 text-align: center;
41}
42
43footer{
44 padding: 1.5em 0;
45}
46
47a.dropdown-toggle{
48 cursor: pointer;
49}
This page took 0.017523 seconds and 4 git commands to generate.