Difference between revisions of "Template:Reflist"

From CycleChaos
Jump to navigation Jump to search
(Removing all content from page)
Line 1: Line 1:
 
.references-column-count, .references-column-width {
    column-count:1 !important;
    column-width:auto !important;
    -moz-column-count:1 !important;
    -moz-column-width:auto !important;
    -webkit-column-count:1 !important;
    -webkit-column-width:auto !important;
}

Revision as of 15:31, 9 May 2009

.references-column-count, .references-column-width {

   column-count:1 !important;
   column-width:auto !important;
   -moz-column-count:1 !important;
   -moz-column-width:auto !important;
   -webkit-column-count:1 !important;
   -webkit-column-width:auto !important;

}