From: Laury GvR Date: Tue, 12 Aug 2014 19:04:27 +0000 (-0400) Subject: Add small-12-columns to services w/Jquery X-Git-Tag: V1.0^2~103 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3a71acaf07f3ccdb2863c73b524745ebefac3dc4;p=web%2FKeweenaw.git Add small-12-columns to services w/Jquery --- diff --git a/templates/template.html b/templates/template.html index ca8ced5..8cbc7f7 100644 --- a/templates/template.html +++ b/templates/template.html @@ -221,6 +221,7 @@ $(this).toggleClass('open'); $(this).siblings('ul').toggleClass('open'); }); + $( "#main .row .small-12 p" ).attr("class","small-12 columns"); });