From 04bcf846a00cf704eb010dca5c360249b7ac5d81 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 14 Apr 2015 17:48:08 +0000 Subject: [PATCH] Tweaked the document meta-information column widths. - Legacy-Id: 9491 --- static/css/ietf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/ietf.css b/static/css/ietf.css index 7113b501b..f3f616e5b 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -366,6 +366,6 @@ footer { */ -tbody.plain tr th { border-top: 0; text-align: right } -tbody.plain tr:first-child th { border-top: 0; text-align: left } +tbody.plain tr th { border-top: 0; text-align: right; max-width: 12em;} +tbody.plain tr:first-child th { border-top: 0; text-align: left; width: 6em; } tbody.plain tr td { border-top: 0; }