MediaWiki:Common.css

From ArteKnow

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.language-bar {
  display: flex;
  align-items: center;      /* vertical centering */
  justify-content: center;  /* horizontal centering */
  padding: 8px;
  background-color: #f8f9fa;
  border: 1px solid #a2a9b1;
  margin-bottom: 10px;
}

/* And again, nix any <p> margins just in case: */
.language-bar p {
  margin: 0;
  padding: 0;
}