Last modified: 2014-11-07 19:46:51 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 T57821, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 55821 - ULs with class "nav" shouldn't have a left margin in Chameleon's main content
ULs with class "nav" shouldn't have a left margin in Chameleon's main content
Status: RESOLVED FIXED
Product: MediaWiki skins
Classification: Unclassified
Chameleon (Other open bugs)
unspecified
All All
: Unprioritized minor
: ---
Assigned To: s7eph4n
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-17 01:08 UTC by Huji
Modified: 2014-11-07 19:46 UTC (History)
0 users

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


Attachments

Description Huji 2013-10-17 01:08:51 UTC
MediaWiki's default CSS applies a margin-left of 1.6 em to all ULs in the .mw-content-ltr and this is helpful with ULs that are actually used as bullet lists. However, with Chameleon ULs can also be used to create navs (such as Tabs) inside the content. For that reason, I recommend adding the following to Chameleon's CSS:

.mw-content-ltr ul.nav {
  margin-left: 0;
}
Comment 1 s7eph4n 2014-11-07 19:46:51 UTC
The respective MW style files are not loaded anymore.

Fixed in I66ab6f96d6
Fixed in 1.0

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


Navigation
Links