RogerDodger (talk | contribs) No edit summary |
RogerDodger (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* no longer used, moved to inline style and MoveData/style2.css */ | |||
.movedata-icon { | .movedata-icon { | ||
display: block; | display: block; | ||
border-width: 0 0 0 0.5em; | border-width: 0 0 0 0.5em; | ||
padding-left: 0. | padding-left: 0.2em; | ||
border-style: solid; | border-style: solid; | ||
} | } | ||
Line 17: | Line 19: | ||
padding-left: 0; | padding-left: 0; | ||
border-right-width: 0.5em; | border-right-width: 0.5em; | ||
padding-right: 0. | padding-right: 0.2em; | ||
} | } | ||
} | } |
Latest revision as of 07:35, 19 September 2023
/* no longer used, moved to inline style and MoveData/style2.css */
.movedata-icon {
display: block;
border-width: 0 0 0 0.5em;
padding-left: 0.2em;
border-style: solid;
}
.movedata-notes .plainlist .movedata-icon {
display: inline-block;
text-indent: 0;
}
/* Matches breakpoint in MoveData/style.css */
@media (max-width: 680px) {
.movedata .movedata-icon {
border-left-width: 0;
padding-left: 0;
border-right-width: 0.5em;
padding-right: 0.2em;
}
}