aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/popuphelp.css
blob: b61b7952d7dcaebef4afada3799ff55e881cc398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 P#pageBottomActions A {
  border: none;
}