]> iEval git - plack-app-gruntmaster.git/blame_incremental - css/custom.css
Re-add mistakenly removed nav li padding
[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.form-control {
19 max-width: 30em;
20}
21
22div#result{
23 text-align: center;
24}
25
26.table-fixed{
27 table-layout: fixed;
28}
29
30nav li {
31 padding: 5px;
32}
33
34.tracker-mark.tick {
35 color: green;
36}
37
38.tracker-mark.x{
39 color: red;
40}
41
42#ctcountdown {
43 text-align: center;
44 font-size: 200%;
45}
46
47.reqjs {
48 display: none !important;
49}
50
51td.user, td.owner {
52 word-break: break-all;
53}
54
55#themes {
56 margin-left: 0;
57}
58
59#themes:before {
60 content: " Themes: ";
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.017844 seconds and 4 git commands to generate.