MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 135: Line 135:
        font-size: 95%;
        font-size: 95%;
        text-align: center;
        text-align: center;
}
.toc h2 {
        display: inline;
        border: none;
        padding: 0;
        font-size: 100%;
        font-weight: bold;
}
.toc ul {
        list-style-type: none;
        list-style-image: none;
        padding: 0;
        text-align: left;
}
.toc ul ul {
        margin: 0 0 0 2em;
}
.toc .toctoggle {
        font-size: 94%;
}
}