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