Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 2,200: Line 2,200:
.smart-template:last-child .smart-template-right:last-child {
.smart-template:last-child .smart-template-right:last-child {
   border-radius: 0 0 8px 0;
   border-radius: 0 0 8px 0;
}
.smart-template-bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #f2f2f2;
}
.smart-template:last-child .smart-template-bottom:last-child {
  border-radius: 0 8px 8px 0;
}
}