From: Del Harvey Date: Tue, 26 Nov 2013 11:14:26 +0000 (+0000) Subject: Removed invalid trailing comma from .one class X-Git-Tag: v1.0.5~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Removed invalid trailing comma from .one class --- diff --git a/css/ink.css b/css/ink.css index 591a2b4b..e23f18cf 100644 --- a/css/ink.css +++ b/css/ink.css @@ -167,7 +167,7 @@ table.eleven center { min-width: 530px; } table.twelve center { min-width: 580px; } .body .columns td.one, -.body .column td.one, { width: 8.333333% !important; } +.body .column td.one { width: 8.333333% !important; } .body .columns td.two, .body .column td.two { width: 16.666666% !important; } .body .columns td.three,