MediaWiki:Common.css: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
 
No edit summary
Line 4: Line 4:
div.keywords {
div.keywords {
   display: none;
   display: none;
}
.hfill {
  display: flex;
  justify-content: space-between;
}
}

Revision as of 19:46, 6 December 2020

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

/* https://www.mediawiki.org/wiki/Topic:Scrs9u3yo6gmv9p2 */
div.keywords {
  display: none;
}

.hfill {
   display: flex;
   justify-content: space-between;
}