Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1270,3 +1270,8 @@ |
1271 | 1271 | .no-text-transform { |
1272 | 1272 | text-transform: none; |
1273 | 1273 | } |
| 1274 | + |
| 1275 | +/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */ |
| 1276 | +.tipsy { |
| 1277 | + font-size: 127%; |
| 1278 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -875,3 +875,8 @@ |
876 | 876 | margin: 0pt; |
877 | 877 | padding: 0pt; |
878 | 878 | } |
| 879 | + |
| 880 | +/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */ |
| 881 | +.tipsy { |
| 882 | + font-size: 130%; |
| 883 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1185,3 +1185,8 @@ |
1186 | 1186 | p.mw-filedelete-editreasons, p.mw-delete-editreasons { |
1187 | 1187 | float: right; |
1188 | 1188 | } |
| 1189 | + |
| 1190 | +/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */ |
| 1191 | +.tipsy { |
| 1192 | + font-size: 0.8em; |
| 1193 | +} |
\ No newline at end of file |