blob: 76b68942516fb686a4e43829a4df19f57c4b01c1 (
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
|
.search-result ol li p {
margin: 3px 0;
}
.search-result ol li {
margin-bottom: 15px;
border-bottom: 1px dotted lightgrey;
}
p.next-res a{
text-align: right;
}
.search-result{
position:relative;
}
.search-result div#topcontrol{
display:none;
background:url('btn_goto_top.png');
position: fixed;
bottom: 65px;
right: 30px;
opacity: 1;
cursor: pointer;
}
.search-result div#topcontrol a{
width: 36px;
height: 36px;
display:block;
outline: 0;
}
|