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:
14
docs/examples/rtl/rtl.css
Normal file
14
docs/examples/rtl/rtl.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user