blob: b64f3db1fa6f4f033ae535601a8482ebeca6b63f (
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
|
@charset "utf-8";
#top-panel {
background: url(title.png) 0 0 no-repeat; }
#top-panel td#login-field span a {
background: none; }
#top-panel td #searchform a {
background: none;
height: auto;
width: auto; }
#top-panel td > a {
background: url(title.png) 0 0 no-repeat;
display: block;
height: 34px;
width: 800px; //
margin: 10px 0 0 10px; //
}
#top-panel td > a img {
display: none; }
#main-table {
background-image: url(debian-swirl.png) !important;
}
|