Remove some unused css
[plack-app-gruntmaster.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
7dc32473
MG
14div.container-fluid {
15 padding: 0 15px;
a94f8453
MG
16}
17
77a593ad 18.form-control {
a94f8453
MG
19 max-width: 30em;
20}
52f5c679
MG
21
22div#result{
23 text-align: center;
f5f2104e
MG
24}
25
5d64ec4a
MG
26.table-fixed{
27 table-layout: fixed;
600e4c01
MG
28}
29
d31924ef
MG
30.tracker-mark.tick {
31 color: green;
32}
33
34.tracker-mark.x{
35 color: red;
20777d84
MG
36}
37
38#ctcountdown {
39 text-align: center;
40 font-size: 200%;
2d5a49fc
MG
41}
42
43.reqjs {
44 display: none !important;
ede0b55f
MG
45}
46
47td.user, td.owner {
48 word-break: break-all;
49}
2de7df41 50
7093e9ba
MG
51#themes {
52 margin-left: 0;
53}
54
55#themes:before {
56 content: " Themes: ";
74da6b38
MG
57}
58
59.transition-color, .transition-color * {
60 transition: color 0.5s ease-in, background-color 0.5s ease-in;
61}
This page took 0.020774 seconds and 4 git commands to generate.