ઢાંચો:Hanging indent/styles.css

વિકિસ્રોતમાંથી
/*
 * Core template styles.
 */

/* Hanging indent */
.wst-hanging-indent, .wst-hanging-indent p,
.wst-hanging-indent-mid, .wst-hanging-indent-mid p {
	margin-left: 2em;
	text-indent: -2em;
}

/* No hanging on the first para of a continued page */
.wst-hanging-indent-mid > p:first-child {
    margin-left: 0;
	text-indent: 0;
}



/*
 * Adaptations to work well with other templates.
 */

/* div col */
.wst-div-col .wst-hanging-indent p:nth-child(1) {
	margin-top: 0;
}

/* dotted tocs */
/* No hanging indent on first paragraph as it's a continuation from a previous one. */
.wst-hanging-indent-mid > .wst-toc-dotcell:first-child {
	text-indent: 0;
}