This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new 6256365 chore: increase font sizes a bit 6256365 is described below commit 62563655776f570066f1f24eecce621f86c1c232 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Jul 29 21:09:38 2019 +0200 chore: increase font sizes a bit Ref CAMEL-13800 --- antora-ui-camel/src/css/doc.css | 20 ++++++++++---------- antora-ui-camel/src/css/navigation-explore.css | 4 ++-- antora-ui-camel/src/css/navigation.css | 6 +++--- antora-ui-camel/src/css/toolbar.css | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css index 66b2304..fbf6b34 100644 --- a/antora-ui-camel/src/css/doc.css +++ b/antora-ui-camel/src/css/doc.css @@ -75,7 +75,7 @@ /* what about td/th code? */ .doc p code { - font-size: 0.9em; + font-size: 1em; background-color: #fafafa; padding: 0.075rem 0.25rem 0.125rem; border-radius: 0.2rem; @@ -84,7 +84,7 @@ .doc pre { /* color: #000; */ - font-size: 0.9rem; + font-size: 1rem; line-height: 1.5; margin: 0; } @@ -105,7 +105,7 @@ .doc table.tableblock { border-collapse: collapse; - font-size: 0.8em; + font-size: 1rem; margin: 2rem 0; /* enable table-layout: fixed if you want the table width to be enforced strictly */ /* alternative is to wrap table in div and set overflow-x: auto on the wrapper */ @@ -164,7 +164,7 @@ .doc .admonitionblock p, .doc .admonitionblock td.content { - font-size: 0.9rem; + font-size: 1rem; } .doc .admonitionblock td.content > :first-child { @@ -192,9 +192,9 @@ position: absolute; top: 0; left: 0; - font-size: 0.75rem; + font-size: 1rem; padding: 0 0.5rem; - height: 1.25rem; + height: 1.5rem; line-height: 1; font-weight: 500; text-transform: uppercase; @@ -275,7 +275,7 @@ } .doc p { - font-size: 0.95rem; + font-size: 1rem; margin: 0; } @@ -297,7 +297,7 @@ background-color: #f0f0f0; border-left: 5px solid #ddd; color: #4a4a4a; - font-size: 0.9em; + font-size: 1em; margin: 0; padding: 0.75em 1em; } @@ -369,7 +369,7 @@ .doc .openblock .title { /* color: #4a4a4a; */ color: #191919; - font-size: 0.925rem; + font-size: 1rem; font-style: italic; letter-spacing: -0.005em; padding-bottom: 0.075rem; @@ -479,7 +479,7 @@ } .doc .colist { - font-size: 0.95rem; + font-size: 1rem; } .doc .colist > table tr > td:first-of-type { diff --git a/antora-ui-camel/src/css/navigation-explore.css b/antora-ui-camel/src/css/navigation-explore.css index 938e51a..4ee03c1 100644 --- a/antora-ui-camel/src/css/navigation-explore.css +++ b/antora-ui-camel/src/css/navigation-explore.css @@ -18,13 +18,13 @@ justify-content: space-between; cursor: pointer; line-height: 1; - font-size: 0.8125rem; + font-size: 1rem; height: var(--drawer-height); } @media screen and (min-width: 1024px) { .navigation-explore .context { - font-size: 0.75rem; + font-size: 1rem; } } diff --git a/antora-ui-camel/src/css/navigation.css b/antora-ui-camel/src/css/navigation.css index 9286bc3..ed1ba9b 100644 --- a/antora-ui-camel/src/css/navigation.css +++ b/antora-ui-camel/src/css/navigation.css @@ -8,7 +8,7 @@ top: var(--navbar-height); left: 0; width: 100%; - font-size: 0.9375rem; + font-size: 1rem; z-index: 1; } @@ -19,13 +19,13 @@ @media screen and (min-width: 769px) { .navigation-container { width: 16rem; - font-size: 0.875rem; + font-size: 1rem; } } @media screen and (min-width: 1024px) { .navigation-container { - font-size: 0.8125rem; + font-size: 1rem; flex: none; display: block; position: static; diff --git a/antora-ui-camel/src/css/toolbar.css b/antora-ui-camel/src/css/toolbar.css index 24b2411..e3af622 100644 --- a/antora-ui-camel/src/css/toolbar.css +++ b/antora-ui-camel/src/css/toolbar.css @@ -8,7 +8,7 @@ background-color: #fafafa; box-shadow: 0 1px 0 #e1e1e1; display: flex; - font-size: 0.75rem; + font-size: 1rem; height: var(--toolbar-height); justify-content: flex-start; position: sticky;