Template:TOC right/styles.css
Appearance
.tocright {
float: right;
clear: right;
width: auto;
background: none;
padding: .5em 0 .8em 1.4em;
margin-bottom: .5em;
}
.tocright-clear-left {
clear: left;
}
.tocright-clear-both {
clear: both;
}
.tocright-clear-none {
clear: none;
}
/* on very small screens, don't allow a content "sliver" up the left side */
@media screen and ( max-width: 720px ) {
.tocright {
width: 100%;
}
}