mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
drop padding on twipsies
This commit is contained in:
+2
-2
@@ -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