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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_caret.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_caret.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_caret.scss b/assets/stylesheets/bootstrap/mixins/_caret.scss
index 40478e4..82aea42 100644
--- a/assets/stylesheets/bootstrap/mixins/_caret.scss
+++ b/assets/stylesheets/bootstrap/mixins/_caret.scss
@@ -14,6 +14,7 @@
@mixin caret-right {
border-top: $caret-width solid transparent;
+ border-right: 0;
border-bottom: $caret-width solid transparent;
border-left: $caret-width solid;
}