From: Rocco Rutte Date: Thu, 28 May 2009 13:20:46 +0000 (+0200) Subject: Manual: vertical-align table cells at the top X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86ed34691b09e85f578775409ea47db567022cd2;p=mutt Manual: vertical-align table cells at the top --- diff --git a/doc/mutt.css b/doc/mutt.css index 8aeb4bfb..468bf6c5 100644 --- a/doc/mutt.css +++ b/doc/mutt.css @@ -20,3 +20,4 @@ div.note h3 { font-size:small; font-style:italic; font-variant: small-caps; } div.note h3:after { content: ":" } div.note { margin-bottom: 5px; } strong.command { font-family: monospace; font-weight: normal; } +tr { vertical-align: top; }