Difference between revisions of "MediaWiki talk:Common.css"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(Allow transcluded pages to display in lists rather than a table.)
(No difference)

Revision as of 17:20, 23 August 2008

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)