diff options
| author | Mark Otto <[email protected]> | 2014-02-24 19:22:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-24 19:22:41 -0800 |
| commit | b22f064c2ee38dbd84635d91b8a809a8923f5bfd (patch) | |
| tree | 74963752d15c637c2dcb9c22022f2f3d4470f8b0 /docs/examples/rtl/rtl.css | |
| parent | 429fc9331e9c74a77f575d136351630e1271cd3d (diff) | |
| download | bootstrap-b22f064c2ee38dbd84635d91b8a809a8923f5bfd.tar.xz bootstrap-b22f064c2ee38dbd84635d91b8a809a8923f5bfd.zip | |
Use CSS Flip to generate RTL variation
Diffstat (limited to 'docs/examples/rtl/rtl.css')
| -rw-r--r-- | docs/examples/rtl/rtl.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/examples/rtl/rtl.css b/docs/examples/rtl/rtl.css new file mode 100644 index 000000000..181f99842 --- /dev/null +++ b/docs/examples/rtl/rtl.css @@ -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; +} |
