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...")
 
 
Line 2: Line 2:
 
  * Sidenotes in the Page namespace
 
  * Sidenotes in the Page namespace
 
  */
 
  */
body.ns-104 .sidenoteLeft,
+
body.ns-250 .sidenoteLeft,
body.ns-104 .sidenote-left {
+
body.ns-250 .sidenote-left {
 
position: absolute;
 
position: absolute;
 
left: 0;
 
left: 0;

Latest revision as of 08:04, 26 April 2021

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