From fb6d031b4ba05e65fcc9916f2a7f765ee1a3ab87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Fri, 2 Sep 2016 10:27:09 +0200 Subject: [PATCH] vagrant test --- it4i_theme/css/theme_extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it4i_theme/css/theme_extra.css b/it4i_theme/css/theme_extra.css index ccb384e9c..3c12cf41e 100644 --- a/it4i_theme/css/theme_extra.css +++ b/it4i_theme/css/theme_extra.css @@ -2,7 +2,7 @@ * Tweak the overal size to better match RTD. */ body { - font-size: 90%; + font-size: 100%; } h3, h4, h5, h6 { @@ -21,7 +21,7 @@ h3, h4, h5, h6 { padding: 0.4045em 1.618em; display: block; position: relative; - font-size: 90%; + font-size: 100%; color: #838383; } -- GitLab