From f9fda9eca4ecd0b73564a6b9f6c94624606aa792 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 3 Jun 2015 19:45:21 +0200 Subject: [PATCH] Fix blockquote and li font sizes --- _static/syncthing.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_static/syncthing.css b/_static/syncthing.css index 636462ea7..bd62aa450 100644 --- a/_static/syncthing.css +++ b/_static/syncthing.css @@ -1,3 +1,8 @@ +/* These don't get the default font size from the theme for whatever reason. */ +.rst-content blockquote, .rst-content li { + font-size: 18px; + line-height: 27px; +} .strike { text-decoration: line-through; }