experimental rtl support (#209)

This commit is contained in:
Athou
2013-05-31 08:17:58 +02:00
parent 7dcfe4314b
commit 9568ccfeac
5 changed files with 32 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
cursor: pointer;
}
.rtl {
direction: rtl;
}
.bs-fb ul {
margin-bottom: 0px;
}