/* 
    Document   : catgrid-util.css
    Created on : 08/01/2011, 1:39:22 PM
    Author     : joe
    Description:
        Purpose of the stylesheet follows.
*/

/* fix */
.break-after:after { 
    content: '<br /><br />';
}

.catgrid-clear {
    clear:both;
}

