MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 11: Line 11:
/*TOC Styling*/
/*TOC Styling*/
#toc {  
#toc {  
float: right  
float: right;
border-style: solid;
}
}

Revision as of 11:23, 5 January 2023

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

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

/*TOC Styling*/
#toc { 
	float: right;
	border-style: solid;
}