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.

34 lines
551 B
Plaintext

10 years ago
html[data-dir="rtl"] {
8 years ago
@import (less) "./bootstrap-flipped.css";
10 years ago
.home {
h4 {
text-align: right;
}
}
.container {
#main-nav {
float: right !important;
}
#logged-in-menu, #logged-out-menu {
float: left !important;
}
}
html[data-dir=rtl] .navbar .dropdown-menu {
left: 0;
right: auto;
}
8 years ago
.categories > li .card, .category > ul > li .card {
border-left: none;
border-right: 4px solid #ccc;
}
.categories > li .content .icon, .category > ul > li .content .avatar {
margin-left: 15px;
margin-right: 0px;
}
10 years ago
}