Template:GHGheb/classic/styles.css

From Wikisource
Jump to navigation Jump to search
.indexitem {
	display: inline-block;
	width: 7em;
	text-align: right;
}

.indexitem::after {
	/*
	An en space. This ensures that there is a space between the Hebrew word,
	and the section number, or whatever else is written, and that the space's
	width is constant and not affected by justification.
	*/
    content: "\2002";
}