From 4f85844ff5d44777417d44477db19a8704d12ec1 Mon Sep 17 00:00:00 2001 From: Del Harvey Date: Tue, 26 Nov 2013 11:14:26 +0000 Subject: [PATCH] Removed invalid trailing comma from .one class --- css/ink.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2