Version 2.4.23, problems with icons and its placement (General)

by shian, Thursday, October 01, 2020, 15:20 (1306 days ago) @ Auge
edited by shian, Thursday, October 01, 2020, 15:50

Wether the removal of padding-left from the ruleset in line 60 ...

line 60 should be:

a.rss{background:url(images/bg_sprite_1.png) no-repeat 3px -1048px}

in https://www.rapideuphoria311.com/forum-2/themes/default/style.min.css line 60 is:

a.rss{background:url(images/bg_sprite_1.png) no-repeat 3px -1048px}

Yet, when I save the html file 'https://www.rapideuphoria311.com/forum-2/index.php' I see in 'style.css' the following line:

a.rss{padding-left:13px;background:url(images/bg_sprite_1.png) no-repeat 0 -1048px}

Which actually must be:

a.rss                    { background:url(images/bg_sprite_1.png) no-repeat 3px -1048px; }

I've tested it in the newest versions of Firefox, Chrome, Opera.
It does not make sense, but it's true.

I don't really understand why. I have two directories, /forum/ and /forum-2/ and I've erased the browser's history completely to reload the new style.min.css file... yet /forum-2/ takes the css file from /forum/. :-|

Is it because I've installed two versions of the forum in two directories?
Is it because both versions is using the same SQL database?

Why does /forum-2/ directory is using the css files of /forum/ directory??? :confused:

BTW, you can also see my https://www.rapideuphoria311.com/forum-2/themes/default/main.tpl (which I've changed)

And this is my https://www.rapideuphoria311.com/forum-2/themes/default/style.css


Complete thread:

 RSS Feed of thread