From c23dc758f7d0f9e7b7e5ba99cbc3a426fa6d593e Mon Sep 17 00:00:00 2001 From: Chris Fiege <chris@tinyhost.de> Date: Wed, 12 Jun 2019 22:26:15 +0200 Subject: [PATCH] css: Increase font size by 1pt Signed-off-by: Chris Fiege <chris@tinyhost.de> --- flamingo/static/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flamingo/static/css/bootstrap.css b/flamingo/static/css/bootstrap.css index e1c4b17..fb34c25 100644 --- a/flamingo/static/css/bootstrap.css +++ b/flamingo/static/css/bootstrap.css @@ -890,7 +890,7 @@ html { } body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 13px; + font-size: 14px; line-height: 1.42857143; color: #444444; background-color: #fcfcfc; @@ -2347,7 +2347,7 @@ output { width: 100%; height: 36px; padding: 8px 12px; - font-size: 13px; + font-size: 14px; line-height: 1.42857143; color: #777777; background-color: #ffffff; @@ -3128,7 +3128,7 @@ tbody.collapse.in { padding: 5px 0; margin: 2px 0 0; list-style: none; - font-size: 13px; + font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; -- GitLab