mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-29 14:59:16 +02:00
drop padding on twipsies
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 {
|
||||
@@ -559,7 +559,7 @@ div.twipsy {
|
||||
}
|
||||
}
|
||||
.twipsy-inner {
|
||||
padding: 5px 8px 4px;
|
||||
padding: 3px 8px;
|
||||
background-color: #000;
|
||||
color: white;
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user