From f10f23d4f620211d94f1e35429576fb1fb2898f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Oct 2019 13:52:49 +0530 Subject: [PATCH] Remove some mozilla specific rules from the default css --- resources/templates/html.css | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/resources/templates/html.css b/resources/templates/html.css index cf04ea3f4a..ef81fe5390 100644 --- a/resources/templates/html.css +++ b/resources/templates/html.css @@ -80,14 +80,6 @@ blockquote[type=cite] { border-width: thin; } -span[_moz_quote=true] { - color: blue; -} - -pre[_moz_quote=true] { - color: blue; -} - h1 { display: block; font-size: 2em; @@ -129,15 +121,7 @@ h6 { margin: 2.33em 0; } -listing { - display: block; - font-family: monospace; - font-size: medium; - white-space: pre; - margin: 1em 0; -} - -xmp, pre, plaintext { +pre { display: block; font-family: monospace; white-space: pre; @@ -166,8 +150,8 @@ table[align="right"] { table[rules]:not([rules="none"]) { border-collapse: collapse; } - -/* caption inherits from table not table-outer */ + +/* caption inherits from table not table-outer */ caption { display: table-caption; text-align: center; @@ -219,10 +203,10 @@ table > tr { vertical-align: middle; } -td { +td { display: table-cell; vertical-align: inherit; - text-align: inherit; + text-align: inherit; padding: 1px; } @@ -418,4 +402,3 @@ img, object, svg|svg { width: auto; height: auto; } -