Template:TOC top/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Imported page) |
|||
| Line 8: | Line 8: | ||
text-align: inherit; | text-align: inherit; | ||
} | } | ||
| − | |||
@media all and (min-width: 720px) { | @media all and (min-width: 720px) { | ||
.toc-top { | .toc-top { | ||
Latest revision as of 03:08, 20 January 2022
/* {{pp|small=y}} */
.toc-top-false-title {
font-weight: bold;
text-align: center;
}
.toc-top .hlist ul {
text-align: inherit;
}
@media all and (min-width: 720px) {
.toc-top {
clear: left;
}
.toc-top-left {
float: left;
}
.toc-top-right {
float: right;
clear: right;
}
.toc-top-center {
margin: auto;
clear: none;
}
}