Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/rtl/rtl.css')
-rw-r--r--docs/examples/rtl/rtl.css14
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 0000000000..181f99842a
--- /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;
+}