apollodec/Apollo/bower_components/bootstrap-rtl/less/normalize-rtl.less
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

16 lines
122 B
Plaintext

//
// 1. Set direction to RTL
//
html {
direction: rtl;
}
//
// Remove default margin.
//
body {
direction: rtl;
}