From 6130acd8b34977e15dcc02818f2297cec03254a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Nov 2017 20:14:29 +0400 Subject: [PATCH] respect user settings for default font size for real (#20058) --- stylesheets/application.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 8a1c3e1..3e1e0fd 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -1,9 +1,5 @@ @import url(../../../stylesheets/application.css); -body { - font-size: 100%; -} - .controller-projects .splitcontentleft { float: left; width: 78%; @@ -29,7 +25,7 @@ body { } body { - color:#303030; font-size: 0.9em; background:#f3f3f3; + color:#303030; background:#f3f3f3; } #top-menu {