2
0
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:
Mark Otto
2011-07-01 22:19:15 -07:00
parent 163e68ade6
commit cbf6919959
3 changed files with 6 additions and 6 deletions
+2 -2
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;