Template:TOC right float/styles.css: Difference between revisions

From WikiMSK
(Created page with ".toc { display: table; padding: 7px; margin: 10px; float: right; clear: both }")
 
(No difference)

Latest revision as of 18:16, 24 March 2022

.toc {
    display: table;
    padding: 7px;
    margin: 10px;
    float: right;
    clear: both
}