MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 1,295: Line 1,295:
   border-radius:4px;
   border-radius:4px;
   font-size:0.95rem;
   font-size:0.95rem;
}
/* =========================================================
  OOO PANEL SECTION HEADINGS
  (Used inside browser panels instead of == wiki headings ==)
  ========================================================= */
.ooo-section-heading{
  font-weight:700;
  font-size:1.15rem;
  margin:14px 0 6px 0;
  padding-bottom:4px;
  border-bottom:2px solid var(--ooo-accent);
}
}