From 33b17ab1b51de57ac1fe99049e8884b09a31f0a7 Mon Sep 17 00:00:00 2001 From: Tao He Date: Tue, 13 Jun 2023 15:22:28 +0800 Subject: [PATCH] Tweaks the style of versions/languages Signed-off-by: Tao He --- docs/Makefile | 2 +- docs/_static/css/rst-versions.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 58aea50fb636..a300d55cb704 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -41,7 +41,7 @@ clean: cd ${WORKING_DIR}/../analytical_engine/java && \ mvn -P javadoc javadoc:aggregate -Dmaven.antrun.skip=true -DskipTests -Djavadoc.output.directory=${WORKING_DIR}/$(BUILDDIR)/${TAG}/$@/reference -Djavadoc.output.destDir=gae_java --quiet \ - @echo "Building Java doc to $(BUILDDIR)/${TAG}/$@/reference/flex" + @echo "Building Flex doc to $(BUILDDIR)/${TAG}/$@/reference/flex" @doxygen Doxyfile-flex doxygen: diff --git a/docs/_static/css/rst-versions.css b/docs/_static/css/rst-versions.css index 51ed17d4760f..f695997218d3 100644 --- a/docs/_static/css/rst-versions.css +++ b/docs/_static/css/rst-versions.css @@ -16,7 +16,8 @@ .rst-versions-ver { /* bottom: 128px !important; */ - bottom: 100px !important; + height: 6rem !important; + bottom: 6rem !important; } .rst-versions.rst-versions-ver .rst-current-version { @@ -24,8 +25,9 @@ } .rst-versions-lang { - /* height: 128px !important; */ - bottom: 1rem !important;; + height: 5rem !important; + bottom: 0 !important;; + padding-bottom: 1rem !important; } .rst-versions {