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=198cc6726a17e8154b98ffaaccf0e58275d6b524;p=neomutt Manual: vertical-align table cells at the top --- diff --git a/doc/mutt.css b/doc/mutt.css index 8aeb4bfb2..468bf6c5c 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; }