MediaWiki:Common.css: Skillnad mellan sidversioner

Från Teaterföreningen Thespis
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
Rad 24: Rad 24:


   /* reserve marker space on the RIGHT */
   /* reserve marker space on the RIGHT */
   padding-right: 2em;
   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: -2em;  /* pull number into the reserved space */
   margin-right: -1.5em;  /* pull number into the reserved space */
   width: 2em;
   width: 1.5em;
   text-align: right;
   text-align: right;
}
}