blob: 4c73d212d144227a6ca1fcd8917030c0dc98396f (
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
|
BODY#thePopuphelpPage #copyright {
display: none;
}
BODY#thePopuphelpPage #theHeader P {
display: none;
}
BODY#thePopuphelpPage #content P {
text-align: justify;
padding: 0.5em;
}
BODY#thePopuphelpPage #content OL LI,
BODY#thePopuphelpPage #content UL LI
{
margin-bottom: 0.5em;
}
BODY#thePopuphelpPage #content SPAN.pwgScreen {
border-bottom: 1px dotted black;
}
BODY#thePopuphelpPage #content SPAN.filename:before {
content: "[";
}
BODY#thePopuphelpPage #content SPAN.filename:after {
content: "]";
}
BODY#thePopuphelpPage P#pageBottomActions A {
border: none;
}
|