Skip to content

Instantly share code, notes, and snippets.

View ws's full-sized avatar

Will Smidlein ws

View GitHub Profile
/**
# * Copyright (c) 2008 Pasyuk Sergey (www.codeasily.com)
# * Licensed under the MIT License:
# * http://www.opensource.org/licenses/mit-license.php
# *
# * Splits a <ul>/<ol>-list into equal-sized columns.
# *
# * Requirements:
# * <ul>
# * <li>"ul" or "ol" element must be styled with margin</li>