You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a development environnement. So I can't make a pull request.
My problem is to style tagcloud.
My organisation made some templates on RevalJS.
When i add th plugin I can't style as I want to because of "!important" in the CSS files...that I can't change.
So in the plugin code just change // Replace the inner html of the slide with the formatted tags cloud.innerHTML = formatTags(cloud.innerHTML) ;
by // Replace the inner html of the slide with the formatted tags cloud.innerHTML = "<tagcloud>" + formatTags(cloud.innerHTML) + "</tagcloud>";
Now you can style tagcloud as you can style section in a CSS file.
The text was updated successfully, but these errors were encountered:
Hello
I don't have a development environnement. So I can't make a pull request.
My problem is to style tagcloud.
My organisation made some templates on RevalJS.
When i add th plugin I can't style as I want to because of "!important" in the CSS files...that I can't change.
So in the plugin code just change
// Replace the inner html of the slide with the formatted tags
cloud.innerHTML = formatTags(cloud.innerHTML) ;
by
// Replace the inner html of the slide with the formatted tags
cloud.innerHTML = "<tagcloud>" + formatTags(cloud.innerHTML) + "</tagcloud>";
Now you can style tagcloud as you can style section in a CSS file.
The text was updated successfully, but these errors were encountered: