From: Rocco Rutte Date: Sat, 4 Apr 2009 10:25:58 +0000 (+0200) Subject: mutt.css: Add left+right margins to screen, note and examples X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc1cbb30ef1bb658a7e16942b309d0b9f0f2167c;p=mutt mutt.css: Add left+right margins to screen, note and examples --- 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; }