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

       Web browser: ---
             Bug #: 34711
           Summary: Route diagrams are rendered incorrectly on mobile site
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: MobileFrontend
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: jrob...@wikimedia.org
                CC: prei...@wikimedia.org, tf...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---


On the mobile site, various route diagrams are styled incorrectly.

Compare the railway route diagram on
http://en.wikipedia.org/w/index.php?title=Template:Glasgow_Central to
http://en.wikipedia.org/w/index.php?title=Template:Glasgow_Central&useformat=mobile
 

I've investigated this and it seems that there are 3 offending css rules in
common.css:
* Currently tables get a width of 100% (needs to be auto)
* tables also get a margin bottom of 15px (needs to be 0)
* Table columns get 3px padding (needs to be 0)

These css rules should be removed, making sure they do not effect the rendering
of other tables on the site.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to