Jump to content

MediaWiki:Common.css: Difference between revisions

Add plainlinks class
mNo edit summary
(Add plainlinks class)
Line 73: Line 73:
   word-break: break-word;
   word-break: break-word;
}
}
.mw-parser-output .external {
.mw-parser-output .external, .plainlinks a.external {
   padding-right: 0 !important;
   padding-right: 0 !important;
   background-image: none !important;
   background-image: none !important;
Line 79: Line 79:
a.external::after {
a.external::after {
   content: '\02197';
   content: '\02197';
}
.plainlinks a.external::after {
  content: none;
}
}