1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 13:59:06 +02:00
This commit is contained in:
Jacob Thornton
2011-07-02 10:47:25 -07:00
6 changed files with 31 additions and 16 deletions

View File

@@ -515,7 +515,7 @@ div.twipsy {
position: absolute;
visibility: visible;
padding: 5px;
font-size: 10px;
font-size: 11px;
z-index: 100000;
.opacity(80);
&.above {
@@ -540,8 +540,8 @@ div.twipsy {
}
&.below {
.twipsy-arrow {
top:0;
left:50%;
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
@@ -559,12 +559,12 @@ div.twipsy {
}
}
.twipsy-inner {
padding: 5px 8px 4px;
padding: 3px 8px;
background-color: #000;
color: white;
text-align: center;
max-width: 200px;
text-decoration:none;
text-decoration: none;
.border-radius(4px);
}
.twipsy-arrow {