MediaWiki:Common.css: Difference between revisions

Content added Content deleted
m (1 revision)
(experimental changes, will revert if doesn't work)
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;
}
}