MediaWiki:Common.css: Skillnad mellan sidversioner
Från Teaterföreningen Thespis
Dionysos (diskussion | bidrag) Ingen redigeringssammanfattning |
Dionysos (diskussion | bidrag) Ingen redigeringssammanfattning |
||
| Rad 24: | Rad 24: | ||
/* reserve marker space on the RIGHT */ | /* reserve marker space on the RIGHT */ | ||
padding-right: | padding-right: 1.5em; | ||
text-indent: 0; | text-indent: 0; | ||
} | } | ||
.pbright ol > li .firstrow::after { | .pbright ol > li .firstrow::after { | ||
content: counter(item); | content: "."counter(item); | ||
float: right; | float: right; | ||
margin-right: - | margin-right: -1.5em; /* pull number into the reserved space */ | ||
width: | width: 1.5em; | ||
text-align: right; | text-align: right; | ||
} | } | ||
