rbootstrap contains the following rule:
* {
direction: rtl;
text-align: right;
}
This breaks inheritance of the text-align property, because this rule overrides any text-align property inherited from the parent node.
The original bootstrap does not have a corresponding rule. Is there a specific reason for it?