MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(experimental changes, will revert if doesn't work)
(Undo revision 1032684 by GethN7 (talk))
Line 322: Line 322:
margin-right: 0.5em;
margin-right: 0.5em;
width: 6em;
width: 6em;
}

/*******************************/
/* Custom site look */
/*******************************/

div#content,
.mw-charinsert-buttons,
.editOptions,
div#content {
border-radius:10px;
}
/**********************************/
/* TOC */
/**********************************/
.toc {
border-radius: 10px 10px 10px 10px;
}
}