MediaWiki:Common.css: Difference between revisions

From Aniimo Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
}
}
#mw-head {
#mw-head {
width: 80%;
min-width: 80% !important;
}
}
#p-tb {
#p-tb {
display:none;
display:none;
}
}

Revision as of 02:34, 9 July 2025

/* CSS placed here will be applied to all skins */
#content {
	width: 80%;
}
#mw-head {
	min-width: 80% !important;
}
#p-tb {
	display:none;
}