Created by: alaa13212
Hi This is a RTL Bootstrap LESS files
Note: I'm here use two direction in one file. For example:
p{
color: @baseColor;
margin-right: 5px;
text-align: left;
}
[dir=rtl] p {
margin-right: 0;
margin-left: 5px;
text-align: right;
}
The right to left style shows only of body has dir
attribute equal to rtl
<body lang="ar" dir="rtl">
</body>
Bat this code not work in IE6 :(
I'm sorry for bad english