Difference between revisions of "MediaWiki:Chameleon.css"

From Earth Science Information Partners (ESIP)
Line 1: Line 1:
  
.mw-editsection a::after {
+
.mw-editsection a:after {
 
     content: '|';
 
     content: '|';
 
     display: inline-block;
 
     display: inline-block;

Revision as of 18:16, July 28, 2021


.mw-editsection a:after {
    content: '|';
    display: inline-block;
    margin: 0 .25rem;
    color: #777;
}
.mw-editsection a:last-of-type::after {
    content: '';
}