blob: 19ac348f14ce3cf5e352c0babc81e8b262b6c5c7 (
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
|
@charset "utf-8";
#jenkins-name-icon {
display: none;
}
#jenkins-home-link {
background: url(title.png) 0 0 no-repeat;
display: block;
margin: 0 0 0 1em;
width: 300px;
height: 34px;
}
#jenkins-head-icon {
position: absolute;
left: 3px;
}
body {
background-image: url(debian-swirl.png) !important;
background-repeat: no-repeat;
background-position: bottom right !important;
}
|