Difference between revisions of "User:Xenocidic/monobook.css"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(New page: 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 ta...)
 
(No difference)

Latest revision as of 17:16, 23 August 2008

/* 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;}