RogerDodger (talk | contribs) No edit summary |
RogerDodger (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* no longer used, moved to inline style and MoveData/style2.css */ | |||
.movedata-icon { | .movedata-icon { | ||
display: block; | display: block; |
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;
}
}