Difference between revisions of "Template:TOC two col"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) (Created page with "<style type="text/css"> #toc>ul { -moz-column-count:2; -webkit-column-count:2; column-count:2; -moz-column-gap:4ex; -webkit-column-gap:4ex; column-gap:4ex; } </style> __TOC__") |
AngelHerraez (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- it does not work --> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | <!-- | ||
#toc>ul { | #toc>ul { | ||
-moz-column-count:2; -webkit-column-count:2; column-count:2; | -moz-column-count:2; -webkit-column-count:2; column-count:2; | ||
-moz-column-gap:4ex; -webkit-column-gap:4ex; column-gap:4ex; | -moz-column-gap:4ex; -webkit-column-gap:4ex; column-gap:4ex; | ||
} | } | ||
+ | --> | ||
</style> | </style> | ||
__TOC__ | __TOC__ |
Latest revision as of 15:45, 10 March 2012
<style type="text/css"> </style>