Replace Zepto with ki.js, rewrite all JS
[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
f34254b8 18.list-group-item, .form-control {
a94f8453
MG
19 max-width: 30em;
20}
52f5c679
MG
21
22div#result{
23 text-align: center;
f5f2104e
MG
24}
25
26a.dropdown-toggle{
27 cursor: pointer;
28}
5d64ec4a
MG
29
30.table-fixed{
31 table-layout: fixed;
600e4c01
MG
32}
33
a6516cf6 34nav li{
4896df53
MG
35 padding: 5px;
36}
9a8a3012
MG
37
38ul.inline{
39 list-style-type: none;
40}
41
42ul.inline li{
43 display: inline;
44}
45
46ul.inline li:after {
47 content: ", ";
48}
49
50ul.inline li:last-child:after {
51 content: "";
d31924ef
MG
52}
53
54.tracker-mark.tick {
55 color: green;
56}
57
58.tracker-mark.x{
59 color: red;
20777d84
MG
60}
61
62#ctcountdown {
63 text-align: center;
64 font-size: 200%;
2d5a49fc
MG
65}
66
67.reqjs {
68 display: none !important;
ede0b55f
MG
69}
70
71td.user, td.owner {
72 word-break: break-all;
73}
2de7df41 74
7093e9ba
MG
75#themes {
76 margin-left: 0;
77}
78
79#themes:before {
80 content: " Themes: ";
2de7df41 81}
This page took 0.021975 seconds and 4 git commands to generate.