Commit ecf8792c by Jolyon Bloomfield

Inserting RTL support

parent 24edec35
...@@ -148,12 +148,12 @@ footer#footer-edx-v3 { ...@@ -148,12 +148,12 @@ footer#footer-edx-v3 {
@media print { @media print {
.site-details p { .site-details p {
float: left; @include float(left);
} }
.openedx-link { .openedx-link {
margin: 0; margin: 0;
float: right; @include float(right);
} }
} }
......
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