]> granicus.if.org Git - neomutt/commitdiff
mutt.css: Add left+right margins to screen, note and examples
authorRocco Rutte <pdmef@gmx.net>
Sat, 4 Apr 2009 10:25:58 +0000 (12:25 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sat, 4 Apr 2009 10:25:58 +0000 (12:25 +0200)
doc/mutt.css

index 321cafeb7166fb17962a9f4eac23294340c1df50..a0ae076cd4765de38aaab3fad451062fb5ddd3d4 100644 (file)
@@ -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; }