From 706394b37051a35db22a2df8d0aa35f875d234cb Mon Sep 17 00:00:00 2001 From: Patrick Wendell <pwendell@gmail.com> Date: Wed, 7 Aug 2013 21:27:04 -0700 Subject: [PATCH] Bumping font size to 14px and fixing sytle issue in progress bars --- core/src/main/resources/spark/ui/static/webui.css | 5 +++++ docs/css/bootstrap.css | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/spark/ui/static/webui.css b/core/src/main/resources/spark/ui/static/webui.css index fd2cbad004..0a118a907b 100644 --- a/core/src/main/resources/spark/ui/static/webui.css +++ b/core/src/main/resources/spark/ui/static/webui.css @@ -5,6 +5,10 @@ padding: 0; } +body { + font-size: 14px !important; +} + .version { line-height: 30px; vertical-align: bottom; @@ -46,6 +50,7 @@ padding: 0; padding-top: 7px; padding-left: 4px; + line-height: 15px !important; } .table td { diff --git a/docs/css/bootstrap.css b/docs/css/bootstrap.css index f9634ff469..c05ef96371 100644 --- a/docs/css/bootstrap.css +++ b/docs/css/bootstrap.css @@ -226,7 +226,7 @@ textarea { body { margin: 0; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 12.75px; + font-size: 15px; line-height: 21px; color: #666666; background-color: #ffffff; @@ -6632,4 +6632,4 @@ div.subnav-fixed { .affix { position: fixed; -} \ No newline at end of file +} -- GitLab