Commit 4de7b8a4 by Chris

Merge pull request #7766 from edx/clrux/UX-1634-sidebar-header-rtl

RTL-ifying the sidebar title in Handouts
parents 75d37591 f1d22311
...@@ -94,6 +94,7 @@ div.info-wrapper { ...@@ -94,6 +94,7 @@ div.info-wrapper {
} }
h1 { h1 {
@include text-align(left);
margin-bottom: 0; margin-bottom: 0;
padding: 32px 26px 20px 26px; padding: 32px 26px 20px 26px;
font-size: 18px; font-size: 18px;
...@@ -104,6 +105,7 @@ div.info-wrapper { ...@@ -104,6 +105,7 @@ div.info-wrapper {
ol { ol {
li { li {
margin: 0 26px 14px 26px; margin: 0 26px 14px 26px;
@include text-align(left);
a { a {
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment