Topic on Project:Support desk

File alignment not working after upgrade to 1.35

5
2001:16B8:4846:8300:5D49:CAC8:EADD:D454 (talkcontribs)

Hi everyone. I upgraded my rather uncustomized wiki from 1.32.1 to 1.35 and I am encountering a strange issue which I don't quite know where to start fixing: Files are not aligning (images), so e.g. (ignore the spaces this is just to not throw this editor off): [ [ File : Something.jpg | right ] ] but it is not aligning this file to the right. My wiki is now full of weird layouts because all the images jumped back to their default no/left alignment. Any ideas? Much appreciated!

MarkAHershberger (talkcontribs)

Is your wiki publicly viewable so we can see the problem?

2001:16B8:4846:8300:5D49:CAC8:EADD:D454 (talkcontribs)

yes, wiki.tarantino.info in fact. "Quentin_Tarantino_by_Ed_Gallafent" is an article there u can open as an example

MarkAHershberger (talkcontribs)

Ok, it looks like there was a change in some of the core CSS and foreground (the skin you use), didn't adapt. But I can't be sure because less files make only a smidgen of sense to me.

In any case, you can add

div.tright,
div.floatright,
table.floatright {
  clear: right;
  float: right;
}
div.tleft,
div.floatleft,
table.floatleft {
  float: left;
  clear: left;
}

to your common.css and that should fix the problem.

I couldn't find anything reported against the foreground skin about this, so you might try filing an issue there.

2001:16B8:486D:DD00:5D49:CAC8:EADD:D454 (talkcontribs)

Thanks! I will definitely report it there, they are currently looking into 1.35 compatibility anyway :)

Reply to "File alignment not working after upgrade to 1.35"