Jump to content

MediaWiki:Common.css: Difference between revisions

134 bytes added ,  19:33, 29 October 2022
Put .cheat-sheet-card style in here
(actually this definition is not needed here)
Tag: Manual revert
(Put .cheat-sheet-card style in here)
Line 77: Line 77:
body.page-Main_Page h1#firstHeading {
body.page-Main_Page h1#firstHeading {
   display: none;
   display: none;
}
.cheat-sheet-card {
  max-width: 260px;
  border: 1px solid #888888;
  border-radius: 2px;
  margin: 2px 5px;
  padding: 5px 10px;
}
}