From 0b99c359a7081440acb185b6a7963bcec46cffb9 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 22 Jul 2015 10:51:19 +0000 Subject: [PATCH] This change seems to have been missed when my changes for 6.1.0 were picked up. Commit ready for merge. - Legacy-Id: 9848 --- static/css/ietf.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/ietf.css b/static/css/ietf.css index fb7b7f09d..262a5f479 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -391,9 +391,8 @@ footer { } */ -tbody tr.plain td, tbody tr.plain th { border-top: 0px; } -tbody tr.plain th { text-align: right; width: 9em; } -tbody tr.plain:first-child th { text-align: left; width: 6em; } + +table tbody td.plain, table tbody th.plain { border-top: 0; } td.ad div { border-bottom: solid #ccc 1px; }