MediaWiki:Common.css: Difference between revisions

Xenwolf (talk | contribs)
replaced outdated information in comment
Xenwolf (talk | contribs)
remove the rollback-function for all accounts
Line 53: Line 53:
table.right-12 td:nth-child(12) {
table.right-12 td:nth-child(12) {
   text-align: right;
   text-align: right;
}
/* Don't display the function "rollback with one click" */
span.mw-rollback-link {
    display: none;
}
}