From 198cc6726a17e8154b98ffaaccf0e58275d6b524 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Thu, 28 May 2009 15:20:46 +0200 Subject: [PATCH] Manual: vertical-align table cells at the top --- doc/mutt.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.40.0