You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
246 B
Plaintext
19 lines
246 B
Plaintext
10 years ago
|
html[data-dir="rtl"] {
|
||
|
@import "./bootstrap-rtl/bootstrap-rtl";
|
||
|
|
||
|
.home {
|
||
|
h4 {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
#main-nav {
|
||
|
float: right !important;
|
||
|
}
|
||
|
|
||
|
#logged-in-menu, #logged-out-menu {
|
||
|
float: left !important;
|
||
|
}
|
||
|
}
|
||
|
}
|