Content deleted Content added
Jackmcbarn (talk | contribs) make it more clear what's what |
sync from template version |
||
Line 1:
/* protect template */
.locmap .od {
position: absolute;
}
.locmap .id {
position: absolute;
Line 10 ⟶ 9:
}
.locmap .l0 {
font-size: 0
position: absolute;
}
.locmap .pv {
line-height: 110%;
position: absolute;
text-align: center;
}▼
.locmap .pv>div {▼
padding: 1px;▼
}
.locmap .pl {
line-height: 110%;
Line 33 ⟶ 25:
top: -0.75em;
text-align: right;
}▼
.locmap .pl>div {▼
padding: 1px;▼
float: right;▼
}
.locmap .pr {
line-height: 110%;
Line 47 ⟶ 33:
text-align: left;
}
.locmap .pr>div {▼
▲.locmap .pv > div {
display: inline;
▲ padding: 1px;
▲}
▲.locmap .pl > div {
display: inline; /* inline does not impact floated elements */
▲ padding: 1px;
▲ float: right;
▲}
▲.locmap .pr > div {
display: inline; /* inline does not impact floated elements */
padding: 1px;
float: left;
|