Anonymous

MediaWiki:Vector.css: Difference between revisions

From Icaruspedia, the high flying Kid Icarus Wiki
fix #toc border-radius
(fix vectorMenu and standardize markup a bit)
(fix #toc border-radius)
Line 63: Line 63:
#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;
}
}