Module:Infobox: Difference between revisions
m todo added |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 74: | Line 74: | ||
-- Start of infobox; outer div and start of table | -- Start of infobox; outer div and start of table | ||
local s = '<div style=' | local s = '<div style="' | ||
.. 'border: 1px solid #999; ' | .. 'border: 1px solid #999; ' | ||
.. 'margin: 0; ' | .. 'margin: 0; ' | ||
| Line 84: | Line 84: | ||
.. 'float: right; ' | .. 'float: right; ' | ||
.. 'max-width: 100%; ' | .. 'max-width: 100%; ' | ||
.. 'overflow: auto; | .. 'overflow: auto;">\n' | ||
-- Infobox table, starting with table | -- Infobox table, starting with table | ||