1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00

Use CSS Flip to generate RTL variation

This commit is contained in:
Mark Otto
2014-02-24 19:22:41 -08:00
parent 429fc9331e
commit b22f064c2e
6 changed files with 29072 additions and 0 deletions

14
docs/examples/rtl/rtl.css Normal file
View File

@@ -0,0 +1,14 @@
body {
padding-top: 70px;
padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}