Last modified: 2011-12-10 15:39:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T34867, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32867 - Arabic Wikipedia Category Line break
Arabic Wikipedia Category Line break
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Categories (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
: design
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-08 01:18 UTC by Zack
Modified: 2011-12-10 15:39 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Zack 2011-12-08 01:18:37 UTC
If You check any categorized article in Arabic Wikipedia, for instance http://ar.wikipedia.org/wiki/A, you will certainly notice the irregular line break between the prefix 'Category:' (تصنيف:‏ in Arabic) and the actual category line. Anyone please?
Comment 1 Mark A. Hershberger 2011-12-08 15:28:15 UTC
Problem is with [[ar:ميدياويكي:Common.css]] which contains 
div#content ul {
    display: table;
}

This can be fixed by adding
div#catlinks ul {
    display: inline-block;
}
Comment 2 Zack 2011-12-08 20:56:30 UTC
Thank you Mark
Comment 3 Mark A. Hershberger 2011-12-08 22:39:31 UTC
This is broken again because "div#catlinks ul" was replaced with "#catlinks ul" and CSS says (in firefox and opera at least) that "div#content ul" as overriding "#catlinks ul" because it is more specific.  See http://www.w3.org/TR/CSS2/cascade.html#specificity and http://www.w3.org/TR/CSS2/cascade.html#cascading-order for more info.
Comment 4 Mark A. Hershberger 2011-12-10 15:39:36 UTC
ooh! fixed again.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links