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

From GATE
Line 2: Line 2:
 
  * Sidenotes in the Page namespace
 
  * Sidenotes in the Page namespace
 
  */
 
  */
body.ns-250 .sidenoteRight,
+
body.ns-104 .sidenoteRight,
body.ns-250 .sidenote-right {
+
body.ns-104 .sidenote-right {
 
position: absolute;
 
position: absolute;
 
right: 0;
 
right: 0;

Revision as of 09:51, 26 April 2021

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