mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 13:59:06 +02:00
Merge branch 'master' of http://git.local.twitter.com/bootstrap
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user