MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
#content
#content
{
{
   width: 70%
   width: 70%;
  border-style:solid;
}
}

Revision as of 13:03, 27 November 2023

/* CSS placed here will be applied to all skins */

#content
{
   width: 70%;
   border-style:solid;
}