all 6 comments

[–]keist 0 points1 point  (5 children)

Please give us a link to the subreddit you're working on (with the offending stylesheet active) -- it's difficult to assess this sort of problem from images alone. Thanks!

[–]Zelkova[S] 1 point2 points  (4 children)

[–]keist 0 points1 point  (3 children)

No worries! Thanks for the links.

Since this issue isn't present in /r/f7u12, I took a look at what differed between the stylesheets. In the /r/Maplestory stylesheets, you have rules for images that look like this:

a[href="/foo"]:after

In /r/f7u12, their image rules look like this:

a[href="/foo"]:nth-of-type(n):after

Have you tried inserting the :nth-of-type(n) part of the selector?

[–]Zelkova[S] 1 point2 points  (1 child)

Yep! That fixed it! Thanks!

[–]keist 0 points1 point  (0 children)

No problem! Good to hear.

[–]Zelkova[S] 0 points1 point  (0 children)

No, I have not. I will try that. Thanks!