From b0bfd93fc922c408e4a41cc8231dd93a326112e3 Mon Sep 17 00:00:00 2001 From: Chris Mear Date: Mon, 21 Feb 2011 21:27:16 +0000 Subject: [PATCH] Make correspondance between subheadings and headings clearer in binary downloads table. --- public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6d90d84..7183fc9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -67,6 +67,7 @@ table.data-table.software td { width:50%;} table#authors tr td { font-size: 120%; } table.bugmail td { border-bottom: 1px solid #f1f1f1; } +table.bugmail th { vertical-align: top; border-bottom: 1px solid #f1f1f1; } #announce { text-align: center; padding: 5px; padding-bottom:15px; }