diff --git a/core/src/main/resources/spark/ui/static/webui.css b/core/src/main/resources/spark/ui/static/webui.css index fd2cbad004a8e96663941662dd223257ed9c4e8f..0a118a907bb1d8a78ac7b3c95cb7adcc59116851 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 f9634ff469a2aebd9219a16eae8d7c776c9934d7..c05ef96371c2ff94dd3ad4bc3c1683275a2d71f3 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 +}