Difference between revisions of "MediaWiki: Common.css"
From Terracoin Wiki
								
												
				|  (Created page with "→CSS placed here will be applied to all skins:  #left-navigation, div#footer, .mw-body, #mw-head-base {   margin-left: 13em; }") | |||
| Line 5: | Line 5: | ||
| #mw-head-base { | #mw-head-base { | ||
|   margin-left: 13em; |   margin-left: 13em; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal { | ||
| + |   display: inline-block; | ||
| } | } | ||
Revision as of 22:02, 25 January 2018
/* CSS placed here will be applied to all skins */
#left-navigation,
div#footer,
.mw-body,
#mw-head-base {
  margin-left: 13em;
}
div#mw-panel div.portal {
  display: inline-block;
}
