X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..fc83c7648c73765a72c74175b6952a0fda80dd00:/doc/mutt.css?ds=sidebyside diff --git a/doc/mutt.css b/doc/mutt.css index cd432be..468bf6c 100644 --- a/doc/mutt.css +++ b/doc/mutt.css @@ -1,19 +1,23 @@ body { margin-left:2%; margin-right:2%; font-family:serif; } .toc, .list-of-tables, .list-of-examples { font-family:sans-serif; } h1, h2, h3, h4, h5, h6 { font-family:sans-serif; } -em.replaceable code { font-family:sans-serif; } p { text-align:justify; } div.table p.title, div.example p.title { font-size:smaller; font-family:sans-serif; } .email, .email a { font-family:monospace; } -div.table-contents table { border-collapse:collapse; border:1px solid #c0c0c0; } -div.table-contents table td, div.table-contents table th { padding:5px; text-align:left; } -div.table-contents table th { +div.table-contents table, div.informaltable table { border-collapse:collapse; border:1px solid #c0c0c0; } +div.table-contents table td, div.informaltable td, div.table-contents table th, div.informaltable table th { padding:5px; text-align:left; } +div.table-contents table th, div.informaltable table th { font-family:sans-serif; background:#d0d0d0; font-weight:normal; vertical-align:top; } -pre.screen, div.note { background:#f0f0f0; border:1px solid #c0c0c0; padding:5px; } +div.cmdsynopsis { border-left:1px solid #707070; padding-left:5px; } +li div.cmdsynopsis { border-left:none; padding-left:0px; } +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; } +strong.command { font-family: monospace; font-weight: normal; } +tr { vertical-align: top; }