From a92f3c73c3178c62df33a6d6ec3994a45b552899 Mon Sep 17 00:00:00 2001 From: Robert Coleman Date: Thu, 28 Nov 2013 18:38:26 +1300 Subject: [PATCH] min-width for .panel center alignment --- css/ink.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/ink.css b/css/ink.css index 14a9df83..65e2e74d 100644 --- a/css/ink.css +++ b/css/ink.css @@ -166,6 +166,19 @@ table.ten center { min-width: 480px; } table.eleven center { min-width: 530px; } table.twelve center { min-width: 580px; } +table.one .panel center { min-width: 10px; } +table.two .panel center { min-width: 60px; } +table.three .panel center { min-width: 110px; } +table.four .panel center { min-width: 160px; } +table.five .panel center { min-width: 210px; } +table.six .panel center { min-width: 260px; } +table.seven .panel center { min-width: 310px; } +table.eight .panel center { min-width: 360px; } +table.nine .panel center { min-width: 410px; } +table.ten .panel center { min-width: 460px; } +table.eleven .panel center { min-width: 510px; } +table.twelve .panel center { min-width: 560px; } + .body .columns td.one, .body .column td.one { width: 8.333333% !important; } .body .columns td.two, -- 2.47.2