Skip to content

Commit

Permalink
Tweaks the style of versions/languages
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Jun 13, 2023
1 parent 96e52f6 commit 33b17ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 5 additions & 3 deletions docs/_static/css/rst-versions.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@

.rst-versions-ver {
/* bottom: 128px !important; */
bottom: 100px !important;
height: 6rem !important;
bottom: 6rem !important;
}

.rst-versions.rst-versions-ver .rst-current-version {
padding: 10px 0 12px 10px;
}

.rst-versions-lang {
/* height: 128px !important; */
bottom: 1rem !important;;
height: 5rem !important;
bottom: 0 !important;;

Check warning on line 29 in docs/_static/css/rst-versions.css

View check run for this annotation

codefactor.io / CodeFactor

docs/_static/css/rst-versions.css#L29

Unexpected extra semicolon (no-extra-semicolons)
padding-bottom: 1rem !important;
}

.rst-versions {
Expand Down

0 comments on commit 33b17ab

Please sign in to comment.