MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 104: Line 104:
   background-repeat: no-repeat !important;
   background-repeat: no-repeat !important;
   height: 60px; /* adjust if logo looks too small/tall */
   height: 60px; /* adjust if logo looks too small/tall */
}
/* Verified badge next to page title */
.verified-badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wiki/images/verified-badge.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}
}