GithubHelp home page GithubHelp logo

bootstrap-rtl's Introduction

Twitter Bootstrap RTL

Right-to-left version of Twitter's Bootstrap: https://github.com/twitter/bootstrap/

Created using: https://github.com/ded/R2

Usage

Just replace the original bootstrap.min.css and bootstrap-responsive.min.css files when displaying RTL pages.

<link rel="stylesheet" href="bootstrap-rtl.min.css">
<link rel="stylesheet" href="bootstrap-responsive-rtl.min.css">

The last thing you need to do, if you haven't already, is specifying the direction on the body element.

<body dir="rtl">

Or using CSS:

body {
  direction: rtl;
}

How it was made

Follow instructions on the R2 project page to install it: https://github.com/ded/R2

r2 bootstrap.css bootstrap-rtl.min.css r2 bootstrap.responsive bootstrap-responsive-rtl.min.css

Notes:

Special Thanks

Mark Otto and Jacob Thornton for working on and maintaining Twitter Bootstrap.

Dustin Diaz for creating R2.

Without these tools, writing CSS and reversing it for right to left would be a pain in the ass :D

bootstrap-rtl's People

Contributors

assaqqaf avatar donaldducky avatar ynonp avatar yuvadm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-rtl's Issues

don't need all the bootstrap stuff, only positions, floats and aligns.

since now you usually have to put both bootstrap and bottstrap RTL for an RTL site, you need to modify each one of them seperately regarding colors and design stuff.
currently it looks like some styles were removed, but not all (?)

if only had bootstrap-rtl.min.css for the alignment styles ( floats, aligns, padding-left...etc ) and all the rest would be managed via the original bootstrap.min.css, this would be very light and also easily manageable.

thanks for the great job!!!
Oren Wassersprung

Caroussel not working with rtl

If using the rtl bootstrap css the carousel contained in the bootstrap.js, it is not working. It adds the classes to the item but there seems to be something missing.

Is there a caroussel-rtl.js ? or boostrap-rtl.min.js ?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.