From cc1cbb30ef1bb658a7e16942b309d0b9f0f2167c Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Sat, 4 Apr 2009 12:25:58 +0200 Subject: [PATCH] mutt.css: Add left+right margins to screen, note and examples --- doc/mutt.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/mutt.css b/doc/mutt.css index 321cafeb..a0ae076c 100644 --- a/doc/mutt.css +++ b/doc/mutt.css @@ -13,7 +13,8 @@ div.table-contents table th, div.informaltable table th { font-weight:normal; vertical-align:top; } -pre.screen, div.note { background:#f0f0f0; border:1px solid #c0c0c0; padding:5px; } +pre.screen, div.note { background:#f0f0f0; border:1px solid #c0c0c0; padding:5px; margin-left:2%; margin-right:2%; } +div.example p.title { margin-left:2%; } div.note h3 { font-size:small; font-style:italic; font-variant: small-caps; } div.note h3:after { content: ":" } div.note { margin-bottom: 5px; } -- 2.50.0