1/**
2 * CSS code for prespan Plugin
3 *
4 * @author     LarsDW223
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 */
7.prespan {
8    white-space: pre;
9}
10