Template:CSS3 columns: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (New page: {#if {{{width|}}} | column-width: {{{width}}}; -moz-column-width: {{{width}}}; }} {#if {{{count|}}} | column-count: {{{count}}}; -moz-column-count: {{{count}}}; }} column-gap: {{{gap|2.0em...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{#if {{{width|}}} | column-width: {{{width}}}; -moz-column-width: {{{width}}}; }} | {{#if: {{{width|}}} | column-width: {{{width}}}; -moz-column-width: {{{width}}}; }} | ||
{#if {{{count|}}} | column-count: {{{count}}}; -moz-column-count: {{{count}}}; }} | {{#if: {{{count|}}} | column-count: {{{count}}}; -moz-column-count: {{{count}}}; }} | ||
column-gap: {{{gap|2.0em}}; -moz-column-gap: {{{gap|2.0em}}}; | column-gap: {{{gap|2.0em}}; -moz-column-gap: {{{gap|2.0em}}}; |
Revision as of 03:23, 22 April 2007
column-gap: {Template:Gap; -moz-column-gap: 2.0em;