Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
fix language bar for RTL
fix bullets for RTL
Line 123: Line 123:
}
}


.sp-page h3,
.sp-content h3,
.sp-page p,
.sp-content p,
.sp-page ul,
.sp-content ul,
.sp-page ol,
.sp-content ol,
.sp-page dl {
.sp-content dl {
margin-bottom: 1rem; /*16px*/
margin-bottom: 1rem; /*16px*/
}
}


.sp-page ul,
.sp-content ul,
.sp-page ol {
.sp-content ol {
margin-left: 1em;
margin-left: 1em;
margin-right: 1em;
}
}


.sp-page ul ul,
.sp-content ul ul,
.sp-page ol ol {
.sp-content ol ol {
margin-top: 0.5em;
margin-top: 0.5em;
margin-left: 1em;
margin-left: 1em;
margin-right: 1em;
}
}