Re-add mistakenly removed nav li padding
[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
0a5d6173
MG
30nav li {
31 padding: 5px;
32}
33
d31924ef
MG
34.tracker-mark.tick {
35 color: green;
36}
37
38.tracker-mark.x{
39 color: red;
20777d84
MG
40}
41
42#ctcountdown {
43 text-align: center;
44 font-size: 200%;
2d5a49fc
MG
45}
46
47.reqjs {
48 display: none !important;
ede0b55f
MG
49}
50
51td.user, td.owner {
52 word-break: break-all;
53}
2de7df41 54
7093e9ba
MG
55#themes {
56 margin-left: 0;
57}
58
59#themes:before {
60 content: " Themes: ";
74da6b38
MG
61}
62
63.transition-color, .transition-color * {
64 transition: color 0.5s ease-in, background-color 0.5s ease-in;
65}
This page took 0.023572 seconds and 4 git commands to generate.