Modul:Navbox: Unterschied zwischen den Versionen

Revert border-spacing; collapses cells in hand-build navboxes.
(Remove cellspacing attribute (obsolete), cell-spacing CSS moved to Common.css.)
(Revert border-spacing; collapses cells in hand-build navboxes.)
Zeile 305: Zeile 305:
     end
     end
   
   
    tbl:css('border-spacing', 0)
     if border == 'subgroup' or border == 'child' or border == 'none' then
     if border == 'subgroup' or border == 'child' or border == 'none' then
         tbl
         tbl
Zeile 358: Zeile 359:
             :tag('table')
             :tag('table')
                 :addClass('navbox')
                 :addClass('navbox')
                :css('border-spacing', 0)
                 :cssText(args.bodystyle)
                 :cssText(args.bodystyle)
                 :cssText(args.style)
                 :cssText(args.style)
Anonymer Benutzer