aboutsummaryrefslogtreecommitdiff
path: root/lib/mixins.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-22 19:10:32 -0800
committerJacob Thornton <[email protected]>2011-12-22 19:10:32 -0800
commit87ac818253a26bcf09fa55f78ae3f55759c54e64 (patch)
treebdd625edcf424aa977fb7d03f4cfdfcc9ef723f3 /lib/mixins.less
parentefacac0d6c812abffa8a84a48fa760f5f56c92f0 (diff)
downloadbootstrap-87ac818253a26bcf09fa55f78ae3f55759c54e64.tar.xz
bootstrap-87ac818253a26bcf09fa55f78ae3f55759c54e64.zip
change above below to top bottom and add "inside" placement option
Diffstat (limited to 'lib/mixins.less')
-rw-r--r--lib/mixins.less4
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;