Revision d25334c6
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
css/less/jquery.tooltipster.less | ||
---|---|---|
9 | 9 |
|
10 | 10 |
/* Use this next selector to style things like font-size and line-height: */ |
11 | 11 |
.tooltipster-default .tooltipster-content { |
12 |
font-size: @font-size-base;
|
|
12 |
font-size: @font-size-small;
|
|
13 | 13 |
line-height: 16px; |
14 |
padding: 8px 10px;
|
|
14 |
padding: 1.2em 1.0em 1.2em 1.4em;
|
|
15 | 15 |
overflow: hidden; |
16 | 16 |
} |
17 | 17 |
|
Auch abrufbar als: Unified diff
Aenderungen hpschlaepfer