https://bugzilla.wikimedia.org/show_bug.cgi?id=55821

       Web browser: ---
            Bug ID: 55821
           Summary: ULs with class "nav" shouldn't have a left margin in
                    Chameleon's main content
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Chameleon
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to