blob: 8a76fe1bc591b5c0e9888ad081208eac9e50dab8 (
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
|
@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;
background-position: bottom right !important;
}
|