MediaWiki:Common.css: Difference between revisions

Trying to hide content from non-editors
(fix links)
(Trying to hide content from non-editors)
Tag: Reverted
Line 1,077: Line 1,077:
         width: inherit;
         width: inherit;
     }
     }
/* Trying to hide content from non-editors */
.mw-user-anon .loggedin-only {
    display: none;
}
body:not(.mw-user-anon) .anonymous-only {
    display: none;
}


/* </source> */
/* </source> */