0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

spacing fixes

This commit is contained in:
Mark Otto 2011-07-01 22:21:49 -07:00
parent 189d11593f
commit 5992b4e0af

View File

@ -540,8 +540,8 @@ div.twipsy {
} }
&.below { &.below {
.twipsy-arrow { .twipsy-arrow {
top:0; top: 0;
left:50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-left: 5px solid transparent; border-left: 5px solid transparent;
border-right: 5px solid transparent; border-right: 5px solid transparent;
@ -564,7 +564,7 @@ div.twipsy {
color: white; color: white;
text-align: center; text-align: center;
max-width: 200px; max-width: 200px;
text-decoration:none; text-decoration: none;
.border-radius(4px); .border-radius(4px);
} }
.twipsy-arrow { .twipsy-arrow {