]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Removed invalid trailing comma from .one class 29/head
authorDel Harvey <del@lotsofcode.com>
Tue, 26 Nov 2013 11:14:26 +0000 (11:14 +0000)
committerDel Harvey <derekh@disruptech.co.uk>
Tue, 26 Nov 2013 11:14:26 +0000 (11:14 +0000)
css/ink.css

index 591a2b4bf559596f63a85748fb07810e38bd11d0..e23f18cf005cb825abe1fc0f84c79af6b155cc3b 100644 (file)
@@ -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,