Difference between revisions of "MediaWiki:Chameleon.css"
From Earth Science Information Partners (ESIP)
(Blanked the page) Tag: Blanking |
|||
| Line 1: | Line 1: | ||
| + | .mw-editsection a::after { | ||
| + | content: '|'; | ||
| + | display: inline-block; | ||
| + | margin: 0 .25rem; | ||
| + | color: #777; | ||
| + | } | ||
| + | .mw-editsection a:last-of-type::after { | ||
| + | content: ''; | ||
| + | } | ||
| + | body { background: red !important } | ||
Revision as of 17:06, July 28, 2021
.mw-editsection a::after {
content: '|';
display: inline-block;
margin: 0 .25rem;
color: #777;
}
.mw-editsection a:last-of-type::after {
content: '';
}
body { background: red !important }