Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 812 forks source link

Topic Icons not appearing in Google Chrome #1916

Closed Jiminimonka closed 11 years ago

Jiminimonka commented 11 years ago

Topics icons not work with Chrome browser(with IE & Firefox they work)... see http://screencast.com/t/xOnxQOQYyvq

With the latest version of chrome, this happens, not older versions.

Mortti commented 11 years ago

And only with Kunena 3.0.2... work fine in Kunena 3.0.1

xillibit commented 11 years ago

It's caused by the max-width

img { max-width: 100%; height: auto; }

in http://www.kunena.org/templates/rt_kirigami/css/template.css

mahagr commented 11 years ago

So basically fixing a bug broke Chrome again, lol... So how to fix the issue without breaking something else?

Mortti commented 11 years ago

Basically some things are wrong in Chrome and some in FF or what about Kunena? You can
reproduce things at kunena.org every day!. Also when you have basic Joomla! Core template in your testsite!

mahagr commented 11 years ago

@810, You're trying to tell that this bug has been fixed in the responsive commits?

810 commented 11 years ago

I will create a new pr for the fix

810 commented 11 years ago

Can be closed