Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
add css for active section highlighting
Line 410: Line 410:
margin-bottom: 0;
margin-bottom: 0;
padding-top: 0.75rem; /*12px*/
padding-top: 0.75rem; /*12px*/
padding-left: 3rem; /*48px*/
padding-left: 2rem; /*32px*/
}
.sp-toc a {
padding-left: 1rem; /*16px*/
border-left: 4px solid transparent;
}
.sp-toc a.-active {
color: #000;
border-left: 4px solid #36c;
}
}
}
}