diff options
| author | Mark Otto <[email protected]> | 2011-07-01 22:19:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-07-01 22:19:15 -0700 |
| commit | cbf69199599af69222f23ce2418f991c3a25d73b (patch) | |
| tree | 3714eb53a0e0783c225e58af34691c5e26777ef8 /lib/patterns.less | |
| parent | 163e68ade6eb9e1a8a2e52aadf975612ab850579 (diff) | |
| download | bootstrap-cbf69199599af69222f23ce2418f991c3a25d73b.tar.xz bootstrap-cbf69199599af69222f23ce2418f991c3a25d73b.zip | |
drop padding on twipsies
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 76868e006..af3354700 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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; |
