1
0
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:
Mark Otto
2011-07-01 22:19:15 -07:00
parent 163e68ade6
commit cbf6919959
3 changed files with 6 additions and 6 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 {
@@ -559,7 +559,7 @@ div.twipsy {
}
}
.twipsy-inner {
padding: 5px 8px 4px;
padding: 3px 8px;
background-color: #000;
color: white;
text-align: center;