From: Rocco Rutte Date: Wed, 10 Dec 2008 14:49:40 +0000 (+0100) Subject: Make mutt.css apply for all media types X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afd76fcb115a294cd7219f489de57a72b4ffec1f;p=neomutt Make mutt.css apply for all media types --- diff --git a/doc/mutt.css b/doc/mutt.css index 025823322..cd432be2a 100644 --- a/doc/mutt.css +++ b/doc/mutt.css @@ -1,21 +1,19 @@ -@media screen { - 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 { +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 { 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.note h3 { font-size:small; font-style:italic; font-variant: small-caps; } - div.note h3:after { content: ":" } - div.note { margin-bottom: 5px; } } +pre.screen, div.note { background:#f0f0f0; border:1px solid #c0c0c0; padding:5px; } +div.note h3 { font-size:small; font-style:italic; font-variant: small-caps; } +div.note h3:after { content: ":" } +div.note { margin-bottom: 5px; }