Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 34: Line 34:
font-size: inherit;
font-size: inherit;
line-height: inherit;
line-height: inherit;
}

/* Right to left */
.sp-dir-rtl {
direction: right;
}
}


Line 380: Line 385:
padding-left: 2rem; /*32px*/
padding-left: 2rem; /*32px*/
padding-right: 2rem; /*32px*/ /* Prevent being covered by scrollbar */
padding-right: 2rem; /*32px*/ /* Prevent being covered by scrollbar */
padding-bottom: 2rem;
padding-bottom: 2rem; /*32px*/
}
.sp-dir-rtl .sp-toc {
float: left;
}
}
.sp-toc::-webkit-scrollbar {
.sp-toc::-webkit-scrollbar {
Line 421: Line 429:
display: none;
display: none;
}
}

/* Override needed for right to left */
.sp-dir-rtl .toc ul {
text-align: right;
}

/* Second level navigation */
/* Second level navigation */
.toc li ul {
.toc li ul {