Difference between revisions of "Template:Left sidenote/styles.css"

From GATE
(Created page with "→‎* Sidenotes in the Page namespace: body.ns-104 .sidenoteLeft, body.ns-104 .sidenote-left { position: absolute; left: 0; width: 6em; padding-right: 1em; text-indent...")
(No difference)

Revision as of 08:03, 26 April 2021

/*
 * Sidenotes in the Page namespace
 */
body.ns-104 .sidenoteLeft,
body.ns-104 .sidenote-left {
	position: absolute;
	left: 0;
	width: 6em;
	padding-right: 1em;
	text-indent: 0;
	text-align: left;
}