MediaWiki:Common.css: Difference between revisions

From EM Fields - TAU
Jump to navigation Jump to search
Replaced content with "CSS placed here will be applied to all skins: #BodyContent { direction: rtl; }"
Tag: Replaced
No edit summary
Line 2: Line 2:
#BodyContent
#BodyContent
{
{
direction: rtl;
font-size:150%;
}
}

Revision as of 08:58, 7 November 2021

/* CSS placed here will be applied to all skins */
#BodyContent
{
font-size:150%;
}