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 'site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css')
-rw-r--r--site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css b/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css
index 01a2e31b8e..6d66a1d5d4 100644
--- a/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css
+++ b/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css
@@ -146,7 +146,7 @@ body {
left: 0;
z-index: -1;
content: "";
- background-image: linear-gradient(to bottom, #fff calc(100% - 3rem), transparent);
+ background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) calc(100% - 3rem), rgba(255, 255, 255, .01));
}
.bd-cheatsheet article,