mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
drop padding on twipsies
This commit is contained in:
Vendored
+2
-2
@@ -1604,7 +1604,7 @@ div.twipsy {
|
||||
position: absolute;
|
||||
visibility: visible;
|
||||
padding: 5px;
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
z-index: 100000;
|
||||
filter: alpha(opacity=80);
|
||||
-khtml-opacity: 0.8;
|
||||
@@ -1644,7 +1644,7 @@ div.twipsy.right .twipsy-arrow {
|
||||
border-right: 5px solid #000;
|
||||
}
|
||||
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