diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-29 20:17:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-29 22:00:55 -0500 |
commit | 8333ab4e92003b392039be7d655c4968eebe5033 (patch) | |
tree | cbc380f03177f33de10d7665b5baf08b3b096d84 /src/doc_reform/meta | |
parent | config & sqlite search output, some changes (diff) |
xmls css, start to consider mobile usability
Diffstat (limited to 'src/doc_reform/meta')
-rw-r--r-- | src/doc_reform/meta/metadoc_curate_authors.d | 14 | ||||
-rw-r--r-- | src/doc_reform/meta/metadoc_curate_topics.d | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/src/doc_reform/meta/metadoc_curate_authors.d b/src/doc_reform/meta/metadoc_curate_authors.d index c915e13..f7d250b 100644 --- a/src/doc_reform/meta/metadoc_curate_authors.d +++ b/src/doc_reform/meta/metadoc_curate_authors.d @@ -310,7 +310,7 @@ string theme_light_1 = format(q"┃ text-align : left; } p.publication { - font-size : 80%%; + font-size : 90%%; margin-left : 4em; margin-top : 0px; margin-bottom : 0px; @@ -319,7 +319,7 @@ string theme_light_1 = format(q"┃ } p.letter { font-weight : bold; - font-size : 60%%; + font-size : 80%%; margin-left : 1em; margin-top : 0px; margin-bottom : 0px; @@ -331,23 +331,23 @@ string theme_light_1 = format(q"┃ margin-left : 1em; } p.lev1 { - font-size : 110%%; + font-size : 115%%; margin-left : 2em; } p.lev2 { - font-size : 100%%; + font-size : 110%%; margin-left : 3em; } p.lev3 { - font-size : 90%%; + font-size : 105%%; margin-left : 4em; } p.lev4 { - font-size : 80%%; + font-size : 100%%; margin-left : 5em; } p.lev5 { - font-size : 80%%; + font-size : 95%%; margin-left : 6em; }%s /* flex */ diff --git a/src/doc_reform/meta/metadoc_curate_topics.d b/src/doc_reform/meta/metadoc_curate_topics.d index 9ee3efd..9a01f5a 100644 --- a/src/doc_reform/meta/metadoc_curate_topics.d +++ b/src/doc_reform/meta/metadoc_curate_topics.d @@ -351,7 +351,7 @@ string theme_light_1 = format(q"┃ text-align : left; } p.publication { - font-size : 80%%; + font-size : 90%%; margin-left : 4em; margin-top : 0px; margin-bottom : 0px; @@ -360,7 +360,7 @@ string theme_light_1 = format(q"┃ } p.letter { font-weight : bold; - font-size : 60%%; + font-size : 80%%; margin-left : 1em; margin-top : 0px; margin-bottom : 0px; @@ -372,23 +372,23 @@ string theme_light_1 = format(q"┃ margin-left : 1em; } p.lev1 { - font-size : 110%%; + font-size : 115%%; margin-left : 2em; } p.lev2 { - font-size : 100%%; + font-size : 110%%; margin-left : 3em; } p.lev3 { - font-size : 90%%; + font-size : 105%%; margin-left : 4em; } p.lev4 { - font-size : 80%%; + font-size : 100%%; margin-left : 5em; } p.lev5 { - font-size : 80%%; + font-size : 95%%; margin-left : 6em; }%s /* flex */ |