Difference between revisions of "Template:Col"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{#css: | + | <includeonly>{{#css: |
#col { -moz-column-count: {{{1|2}}}; -webkit-column-count: {{{1|2}}}; column-count: {{{1|2}}}; } | #col { -moz-column-count: {{{1|2}}}; -webkit-column-count: {{{1|2}}}; column-count: {{{1|2}}}; } | ||
}} | }} | ||
− | <div id="col" style="width:{{{2}}}; white-space:{{{3|nowrap}}}">{{{4}}}</div> | + | <div id="col" style="width:{{{2}}}; white-space:{{{3|nowrap}}}; vertical-align:text-top;">{{{4}}}</div></includeonly> |
+ | <noinclude><nowiki> | ||
+ | {{col|3|50%|nowrap|</nowiki> | ||
+ | |||
+ | |||
+ | <nowiki>}} | ||
+ | </nowiki></noinclude> |
Latest revision as of 01:26, 14 August 2013
{{col|3|50%|nowrap|
}}