MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 7: Line 7:
html {
html {
font-size: 125%
font-size: 125%
}
/*TOC Styling*/
#toc {
float: right;
border-style: solid;
border-width: 1px;
padding: .5em;
margin-left: 2em;
}
.tocnumber {
display: none;
}
}

Revision as of 11:50, 5 January 2023

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

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