Replace Zepto with ki.js, rewrite all JS
[plack-app-gruntmaster.git] / css / custom.css
... / ...
CommitLineData
1h1#title{
2 font-weight: bold;
3 text-align: center;
4 font-size: 3em !important;
5}
6
7footer{
8 width: 60em;
9 margin: auto;
10 margin-top: 6em;
11 color: #777;
12}
13
14div.container-fluid {
15 padding: 0 15px;
16}
17
18.list-group-item, .form-control {
19 max-width: 30em;
20}
21
22div#result{
23 text-align: center;
24}
25
26a.dropdown-toggle{
27 cursor: pointer;
28}
29
30.table-fixed{
31 table-layout: fixed;
32}
33
34nav li{
35 padding: 5px;
36}
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: "";
52}
53
54.tracker-mark.tick {
55 color: green;
56}
57
58.tracker-mark.x{
59 color: red;
60}
61
62#ctcountdown {
63 text-align: center;
64 font-size: 200%;
65}
66
67.reqjs {
68 display: none !important;
69}
70
71td.user, td.owner {
72 word-break: break-all;
73}
74
75#themes {
76 margin-left: 0;
77}
78
79#themes:before {
80 content: " Themes: ";
81}
This page took 0.00879 seconds and 4 git commands to generate.