summaryrefslogtreecommitdiff
path: root/public/custom.css
blob: f03c72da786f6514015285c5fc09942b5e30fab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
  color:#666;
  margin-bottom:10px;
}

.right {
  float:right;
}

.project_box {
  color:#777;
  border: 1px solid #ddd;
  margin-right:20px;
  margin-bottom:20px;
  float:left;
  width:270px;
}

.project_box .alert {
  border-radius: 0;
}

.project_box .title {
  font-size:14px;
  line-height:28px;
  padding: 10px;
}

.project_box .body {
  padding:10px;
}

pre.trace {
  background: #000;
  color:#fff;
}
.navbar .navbar-inner { border-radius: 0; }

.builds .build.alert{
  margin-bottom: 6px;
}

.color31 {
    color: red !important;
}

.color32 {
    color: green !important;
}

.color33 {
    color: yellow !important;
}