Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Change the max size of avatars

More
15 years 5 months ago #71726 by kiwi3685
Excellent, thanks.

That was the one thing I had forgotten - that really useful "!important" addition to the css tag. Its the only way to over-ride an element-level style.

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago - 15 years 5 months ago #71728 by sozzled
Actually, the !important rule isn't the only way to override a CSS declarative. Remember that CSS stands for Cascading Style Sheets. So, if you've defined a rule on one place, and you redefine it "later" then the later reference will override the earlier reference. If the earlier reference has a !important rule then it should override the later reference ... unless the later reference also has the !important rule, too.

The !important rule may not even be necessary in your case. The site template is the last lot of CSS to be loaded and, if you put the declarative at the end (as I suggested), then it will probably override anything else declared earlier (unless there was a !important rule used earlier). I was doing the "belt-and-braces" approach ... cracking an acorn with a sledgehammer, you might say.

There are better ways of tackling this problem. I was just being lazy. ;)
Last edit: 15 years 5 months ago by sozzled.

Please Log in or Create an account to join the conversation.

Time to create page: 0.224 seconds