#[SOLVED] Issue with Citizen theme

14 messages · Page 1 of 1 (latest)

urban aspen
#

When using the Citizen theme I've realized that images seem to not work like they work in other themes, for example when having a image and some text next to it, the image will be above the text while the text will be below, on other themes; this isn't the case.

Is there anyway to fix this, or is this a bug which needs an update to fix?

stray shuttle
#

Would you mind to link the page with the issue?
It is difficult to tell without examining the HTML and the CSS of the page

noble ice
#

add this CSS to common.css or skin css

  display: inline;
}```
#

No idea why that skin use display: block

stray shuttle
noble ice
#

pretty much all pages without applying that CSS

stray shuttle
#

It could be some ancient styles from the 1.31 days, I'm doing a refactor for the core styles at the moment

#

It's actually the first time I have seen this issue so I was wondering how it looks in html and css

noble ice
#

Example wikitext code that cause above issue:
*[[file:PhysicalDmgIcon.png]] Physical Damage

stray shuttle
#

Will look into it tomorrow

urban aspen
urban aspen
#

[SOLVED] Issue with Citizen theme

stray shuttle
#

Should be fixed upstream now. Miraheze will probably update the skin within a few weeks.