Template:TOCfull/styles.css
Jump to navigation
Jump to search
/* 3 column TOC, now with vertical sorting */
#toc-3-column .toc {
display: block;
}
#toc-3-column .toc > ul {
column-count: 3;
}
#toc-3-column .toc > ul > li {
border-bottom: 1px dotted #ddd;
}
@media screen and (max-width:958px) {
#toc-3-column .toc > ul {
column-count: 2;
}
}
@media screen and (max-width:768px) {
#toc-3-column .toc > ul {
column-count: 1;
}
}
/* [[Category:Stylesheets]] */