RogerDodger (talk | contribs) (Created page with ".movedata-icon { display: inline-block; text-indent: 0; border-width: 0 0 0 0.5em; padding-left: 0.15em; border-style: solid; } /* Matches breakpoint in MoveData/st...") |
RogerDodger (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.movedata-icon { | .movedata-icon { | ||
display: | display: block; | ||
border-width: 0 0 0 0.5em; | border-width: 0 0 0 0.5em; | ||
padding-left: 0.15em; | padding-left: 0.15em; | ||
border-style: solid; | border-style: solid; | ||
} | |||
.movedata-notes .plainlist .movedata-icon { | |||
display: inline-block; | |||
text-indent: 0; | |||
} | } | ||
Revision as of 04:24, 10 July 2022
.movedata-icon {
display: block;
border-width: 0 0 0 0.5em;
padding-left: 0.15em;
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.15em;
}
}