blob: 16fb8505df7864ac10758f9c9bb41ad02bb3fcf3 (
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
54
|
.indexbox, .indexboxcont, .group {
zoom: 1;
height: 1%;
}
.sidebar {
margin-left: 3px;
width: 199px;
overflow: hidden;
}
.sidebar .search form {
position: relative;
}
.sidebar .search form fieldset {
position: absolute;
margin-top: -1px;
}
.sidebar .search form input#searchstring {
border: 1px solid #fff;
height: 18px;
}
.wrap {
zoom: 1;
}
.content,
.toolbar {
zoom: 1;
margin-left: -3px;
position: relative;
}
.indexbox {
clear: both;
}
.indexboxcont .section {
zoom: 1;
float: left;
}
.indexboxcont .sectionlist {
zoom: 1;
float: left;
}
.wrap .toolbar .toolbuttons li {
text-indent: 0;
margin-right: 8px;
}
|