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

       Web browser: ---
            Bug ID: 57401
           Summary: Padding values of div#content was (accidentially?)
                    changed (in LESS rewrite?)
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Skin and page rendering
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

For small screens, it now has:

  padding: 1.5em 1.5em 1.5em 1.75em;

For big screens (982px+), it now has:

  padding: 1.25em 1.5em 1.5em;

Some time ago, these values was:

  padding: 1em; (small)
  padding: 1.25em 1.5em 1.5em 1.5em; (big)

Anyway it's not reasonable to use bigger paddings now for smaller screens.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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