Repository: qpid-site Updated Branches: refs/heads/asf-site abc2bae74 -> 67ec49ba2
QPID-8154: Finesse the css for deeply nested headings Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/67ec49ba Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/67ec49ba Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/67ec49ba Branch: refs/heads/asf-site Commit: 67ec49ba2937f9ea742dee28d37ae5649c282e96 Parents: abc2bae Author: Justin Ross <[email protected]> Authored: Wed May 9 07:23:07 2018 -0700 Committer: Justin Ross <[email protected]> Committed: Wed May 9 07:23:07 2018 -0700 ---------------------------------------------------------------------- content/deferred.css | 9 ++++++++- content/site.css | 12 ++++++++---- input/deferred.css | 9 ++++++++- input/site.css | 12 ++++++++---- 4 files changed, 32 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/67ec49ba/content/deferred.css ---------------------------------------------------------------------- diff --git a/content/deferred.css b/content/deferred.css index 8260174..4f112b2 100644 --- a/content/deferred.css +++ b/content/deferred.css @@ -376,7 +376,8 @@ a[href]:visited { .docbook p.title strong { font-family: "Oswald", sans-serif; - font-weight: 400; + font-size: 0.9em; + font-weight: 300; } /* Adjustments for asciidoctor output */ @@ -394,6 +395,12 @@ div.tableblock td, div.tableblock th { border-bottom: 1px solid #efefef; } +div.title { + font-family: "Oswald", sans-serif; + font-size: 0.8em; + font-weight: 300; +} + /* Media */ @media screen and (max-width: 800px) { http://git-wip-us.apache.org/repos/asf/qpid-site/blob/67ec49ba/content/site.css ---------------------------------------------------------------------- diff --git a/content/site.css b/content/site.css index c6fca7f..342ca05 100644 --- a/content/site.css +++ b/content/site.css @@ -7,9 +7,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -113,11 +113,15 @@ h2 { } h3 { - font-size: 1em; + font-size: 1.05em; } h4 { - font-size: 1em; + font-size: 0.95em; +} + +h5 { + font-size: 0.95em; font-weight: 300; } http://git-wip-us.apache.org/repos/asf/qpid-site/blob/67ec49ba/input/deferred.css ---------------------------------------------------------------------- diff --git a/input/deferred.css b/input/deferred.css index 8260174..4f112b2 100644 --- a/input/deferred.css +++ b/input/deferred.css @@ -376,7 +376,8 @@ a[href]:visited { .docbook p.title strong { font-family: "Oswald", sans-serif; - font-weight: 400; + font-size: 0.9em; + font-weight: 300; } /* Adjustments for asciidoctor output */ @@ -394,6 +395,12 @@ div.tableblock td, div.tableblock th { border-bottom: 1px solid #efefef; } +div.title { + font-family: "Oswald", sans-serif; + font-size: 0.8em; + font-weight: 300; +} + /* Media */ @media screen and (max-width: 800px) { http://git-wip-us.apache.org/repos/asf/qpid-site/blob/67ec49ba/input/site.css ---------------------------------------------------------------------- diff --git a/input/site.css b/input/site.css index c6fca7f..342ca05 100644 --- a/input/site.css +++ b/input/site.css @@ -7,9 +7,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -113,11 +113,15 @@ h2 { } h3 { - font-size: 1em; + font-size: 1.05em; } h4 { - font-size: 1em; + font-size: 0.95em; +} + +h5 { + font-size: 0.95em; font-weight: 300; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
