e107
e107 copied to clipboard
Tagcloud css
Bug Description
.size0 { font-size: 70%;} is missing in css tagcloud.css
How to Reproduce
Use it, see it :-)
Expected Behavior
Every tag has to have a mention in the css..
Additional Information
Maybe also the steps should be changed in the css,
I have used the next sizes to get a good result on (https://www.neurorevalidatie-keypoint.nl/nieuws)
` .size9 { font-size: 130%; opacity: 1; }
.size8 { font-size: 120%; opacity: 0.9 } .size7 { font-size: 110%; opacity: 0.8 } .size6 { font-size: 100%; } .size5 { font-size: 95%; } .size4 { font-size: 90%; } .size3 { font-size: 85%; } .size2 { font-size: 80%; } .size1 { font-size: 75%; } .size0 { font-size: 70%; }`