Refactoring, part II (HTML::Seamstress)
[gruntmaster-page.git] / css / custom.css
CommitLineData
05ebc75e 1h1#title{
7dc32473
MG
2 font-weight: bold;
3 text-align: center;
05ebc75e 4 font-size: 3em !important;
7dc32473
MG
5}
6
7dc32473
MG
7footer{
8 width: 60em;
9 margin: auto;
10 margin-top: 6em;
7dc32473
MG
11 color: #777;
12}
13
14#logo {
15 margin: 5em auto 2em;
16 display: block;
17}
18
19h1 {
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
34a.thumbnail {
35 border: none !important;
36}
37
38div.container-fluid {
39 padding: 0 15px;
a94f8453
MG
40}
41
f34254b8 42.list-group-item, .form-control {
a94f8453
MG
43 max-width: 30em;
44}
52f5c679
MG
45
46div#result{
47 text-align: center;
f5f2104e
MG
48}
49
50a.dropdown-toggle{
51 cursor: pointer;
52}
5d64ec4a
MG
53
54.table-fixed{
55 table-layout: fixed;
600e4c01
MG
56}
57
58#clock{
59 float: right;
60 margin-right: 1em;
3b69df7a 61}
This page took 0.015483 seconds and 4 git commands to generate.