MediaWiki:Common.css: Difference between revisions

From Victory Belles Community Wiki
Jump to navigation Jump to search
m (Protected "MediaWiki:Common.css": Prevent editing of templates ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 6: Line 6:
   margin-left: 1em;
   margin-left: 1em;
   padding: 0.2em;
   padding: 0.2em;
  border: 1px solid #aaaaaa;
}
}

Revision as of 11:08, 30 April 2023

/* CSS placed here will be applied to all skins */
/* Infobox template style */
.portable-infobox {
   width: 30em;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   border: 1px solid #aaaaaa;
}