From 7c5d100121b136d4bf2bce89ef698f1f41548a96 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 12 Mar 2018 23:34:27 -0500 Subject: [PATCH] Remove extra CSS line from default ini files. --- calibre-plugin/plugin-defaults.ini | 1 - fanficfare/defaults.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 8514e4d2..53922abe 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -708,7 +708,6 @@ output_css: margin: 2%%; adobe-hyphenate: none; } pre { font-size: x-small; } - sml { font-size: small; } h1 { text-align: center; } h2 { text-align: center; } h3 { text-align: center; } diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index c2950f0b..0a1cdada 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -736,7 +736,6 @@ output_css: margin: 2%%; adobe-hyphenate: none; } pre { font-size: x-small; } - sml { font-size: small; } h1 { text-align: center; } h2 { text-align: center; } h3 { text-align: center; }