diff options
Diffstat (limited to 'lib/mixins.less')
| -rw-r--r-- | lib/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mixins.less b/lib/mixins.less index 0effdfa37..41cf8890d 100644 --- a/lib/mixins.less +++ b/lib/mixins.less @@ -283,7 +283,7 @@ // Popover arrows // For tipsies and popovers #popoverArrow { - .above(@arrowWidth: 5px) { + .top(@arrowWidth: 5px) { bottom: 0; left: 50%; margin-left: -@arrowWidth; @@ -299,7 +299,7 @@ border-bottom: @arrowWidth solid transparent; border-left: @arrowWidth solid @black; } - .below(@arrowWidth: 5px) { + .bottom(@arrowWidth: 5px) { top: 0; left: 50%; margin-left: -@arrowWidth; |
