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