Anonymous

MediaWiki:Monobook.css: Difference between revisions

From Icaruspedia, the high flying Kid Icarus Wiki
fix #toc border-radius
No edit summary
(fix #toc border-radius)
Line 14: Line 14:
#toc {
#toc {
     background: #91dff6;
     background: #91dff6;
     -webkit-border-radius: 60px 60px 60px 60px / 60px 60px 60px 60px;
     border-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 60px 60px 60px 60px;
     border: 2px outset #12b1c4;
     border: 2px outset #12b1c4;
}
}