aldrinbaroi / mediawiki-page-attachment

Automatically exported from code.google.com/p/mediawiki-page-attachment
Other
1 stars 1 forks source link

Floated Content Interferes with Attachment Table Default CSS #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Float some MediaWiki content to the right or left

What is the expected output? What do you see instead?
The Attachment Table collapses into the floated content. The table should clear 
the float.

Please provide any additional information below.

I resolved this issue by adding:

#PageAttachmentContainer
{
    clear:both;
}

to the default template CSS File.

Original issue reported on code.google.com by cody.ed...@gmail.com on 19 Apr 2013 at 5:27

GoogleCodeExporter commented 9 years ago
Hi cody:

Thank you for reporting this issue and providing the fix too -- much 
appreciated and will be incorporating this in next release.

Sincerely yours,

Aldrin

Original comment by Aldrin.Baroi@gmail.com on 15 May 2013 at 6:53

GoogleCodeExporter commented 9 years ago
CSS file updated & checked in.

Original comment by Aldrin.Baroi@gmail.com on 15 Aug 2013 at 6:57