Template:Support Page: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 34:
font-size: inherit;
line-height: inherit;
}
 
/* Right to left */
.sp-dir-rtl {
direction: right;
}
 
Line 380 ⟶ 385:
padding-left: 2rem; /*32px*/
padding-right: 2rem; /*32px*/ /* Prevent being covered by scrollbar */
padding-bottom: 2rem; /*32px*/
}
.sp-dir-rtl .sp-toc {
float: left;
}
.sp-toc::-webkit-scrollbar {
Line 421 ⟶ 429:
display: none;
}
 
/* Override needed for right to left */
.sp-dir-rtl .toc ul {
text-align: right;
}
 
/* Second level navigation */
.toc li ul {