MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 9: Line 9:
}
}


.vector-body h2 {
/*TOC Styling*/
    margin-top: 1.25em;
#toc {  
    font-size: 1.5em;
float: right
}
}

Revision as of 11:21, 5 January 2023

/*Paragraph style*/
* {
	font-family: Tahoma, System sans-serif; 
}

/*Body styling*/
html {
	font-size: 125%
}

/*TOC Styling*/
#toc { 
	float: right 
}