Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vip9008/bootstrap-rtl
Simple Bootstrap CSS support for RTL
https://github.com/vip9008/bootstrap-rtl
Last synced: 4 days ago
JSON representation
Simple Bootstrap CSS support for RTL
- Host: GitHub
- URL: https://github.com/vip9008/bootstrap-rtl
- Owner: vip9008
- License: gpl-2.0
- Created: 2015-09-30T09:02:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T09:58:39.000Z (about 9 years ago)
- Last Synced: 2024-10-18T15:03:53.414Z (29 days ago)
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap-RTL
This is a simple css file to change original bootstrap.css to RTL (built on Bootstrap v3.3.5)# How to use:
Just include bootstrap_rtl.css after the original bootstrap.css file.# What changes will be done to the original?
- All bootstrap grid classes (col-xs-?, col-sm-?, col-md-?, col-lg-?) will be float: right; instead of float: left;
- push and pull classes will be RTL oriented.
- offset classes will be from right to left.THATS ALL!
NOTE: you MUST include original bootstrap first since this file only overrides the mentioned classes.
I may update this if some improvement is needed. for now its working just fine!
If you find any bugs or missing things please dont hesitate to mention it so we can make this better.