diff options
| author | fat <[email protected]> | 2013-02-05 22:10:41 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-02-05 22:10:41 -0800 |
| commit | 5e4db94c240c5ac2af18bbf4238358a043ad4037 (patch) | |
| tree | 4684990e086ba661c4a8fbc406c80255ccf10b9e /less | |
| parent | a4b31d39a26bf493d60d4aaadddd19996966e43c (diff) | |
| parent | ee71fb492ffc664627436431c5f7b71d2107a526 (diff) | |
| download | bootstrap-5e4db94c240c5ac2af18bbf4238358a043ad4037.tar.xz bootstrap-5e4db94c240c5ac2af18bbf4238358a043ad4037.zip | |
Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ghusse-2.3.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/tooltip.less | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index 59b02cd43..d5a2bfaba 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -9,15 +9,14 @@ z-index: @zindexTooltip; display: block; visibility: visible; - padding: 5px; font-size: 11px; line-height: 1.4; .opacity(0); &.in { .opacity(80); } - &.top { margin-top: -3px; } - &.right { margin-left: 3px; } - &.bottom { margin-top: 3px; } - &.left { margin-left: -3px; } + &.top { margin-top: -3px; padding: 5px 0;} + &.right { margin-left: 3px; padding: 0 5px;} + &.bottom { margin-top: 3px; padding: 5px 0;} + &.left { margin-left: -3px; padding: 0 5px;} } // Wrapper for the tooltip content |
