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

From WikiMSK
(Created page with ".toc { display: table; padding: 7px; margin: 10px; float: left; clear: both }")
 
No edit summary
Line 1: Line 1:
.toc {
.toc {
    display: table;
    padding: 7px;
    margin: 10px;
     float: left;
     float: left;
    clear: both
}
}

Revision as of 22:47, 5 April 2022

.toc {
    float: left;
}