From c077f64f57cb41abe16cb6949adb4b2639e6ca58 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 2 Jan 2017 15:02:36 +0100 Subject: [PATCH] bootstrap.css: Reduce default font size to 11px --- addons/web/static/lib/bootstrap/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web/static/lib/bootstrap/css/bootstrap.css b/addons/web/static/lib/bootstrap/css/bootstrap.css index 037dd056151..ba3ae6e28a0 100644 --- a/addons/web/static/lib/bootstrap/css/bootstrap.css +++ b/addons/web/static/lib/bootstrap/css/bootstrap.css @@ -896,7 +896,7 @@ html { } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; + font-size: 11px; line-height: 1.42857143; color: #333; background-color: #fff;