mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-22 08:16:30 +00:00
HTML styles template: avoid duplicate code selector.
Consolidate two clauses. Closes #11484.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
/* Default styles provided by pandoc.
|
||||
** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
|
||||
*/
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||
div.column{flex: auto; overflow-x: auto;}
|
||||
|
||||
Reference in New Issue
Block a user