From 13d618b24a04ca93082a8784a2ec981478816dfd Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 27 Dec 2010 13:14:14 +0000 Subject: [PATCH] Make the borders on all doctables the same on all manpages --- styles/doc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/doc.css b/styles/doc.css index a230554a0..0cfd85dfc 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -102,13 +102,13 @@ .docs .refentry .changelog .doctable { width: 100%; } -.docs .refentry .changelog .doctable th { +.docs .doctable th { border-bottom: 1px solid #987db3; } -.docs .refentry .changelog .doctable td { +.docs .doctable td { border-right: 1px solid #987db3; } -.docs .refentry .changelog .doctable td:last-child { +.docs .doctable td:last-child { border: 0px; }