MediaWiki talk:Common.css

From PinataIsland.info, the Viva Piñata wiki
Revision as of 17:20, 23 August 2008 by Xenocidic (talk | contribs) (Allow transcluded pages to display in lists rather than a table.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Listify

May I commit this ->

/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.listify td {display:list-item;}
.listify tr {display:block;}
.listify table {display:block;}

Example of output: listified subpages. –xenocidic (talk) 00:20, 24 August 2008 (UTC)