Active
Project:
Four Seasons
Version:
6.x-1.18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2008 at 13:41 UTC
Updated:
15 Apr 2008 at 13:25 UTC
The font size switch don't work for definition of the words from Glossary module.
Comments
Comment #1
ionuts71 commented??? No solutions?
Comment #2
derjochenmeyer commentedits not working because the definitions are probably assigned with a fixed (absolute) font-size. Thats an issue of the Glossary module.
there is nothing that you can do about it, but edit the css that comes with the Glossary module.
Comment #3
nancydruThere are a very few fonts declared like this:
Is this consider fixed size? All others are in percentages.
Comment #4
derjochenmeyer commentedwhat you can do is use Firefox in combination with the Firebug plugin ... rightclick on the "definition of the words" and chose "Inspect Element" ... it will show you which css definitions are responsible for the display >> then you can change them ..
i think x-small is the problem here .. the fontsizer just changes the basefont size .. so only fonts relative to the basefont are affected by resizing ..
Comment #5
nancydruI found this: http://style.cleverchimp.com/font_size_intervals/altintervals.html
I have changed all fonts to percentages.
I would suggest reading the article as it details problems of going small with fonts. Perhaps this theme can allow other sizes, for example, larger than 100%?