Difference between revisions of "MediaWiki:Chameleon.css"

From Earth Science Information Partners (ESIP)
Line 1: Line 1:
 
+
.ve-not-available .mw-editsection a:after {
.mw-editsection a:after {
 
 
     content: '|';
 
     content: '|';
 
     display: inline-block;
 
     display: inline-block;
Line 6: Line 5:
 
     color: #777;
 
     color: #777;
 
}
 
}
.mw-editsection a:last-of-type::after {
+
.ve-not-available .mw-editsection a:last-of-type::after {
 
     content: '';
 
     content: '';
 
}
 
}

Revision as of 18:19, July 28, 2021

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