diff --git a/docs/sphinx_setup/_static/html/footer.html b/docs/sphinx_setup/_static/html/footer.html index c14e5da29662dc..61278050b69173 100644 --- a/docs/sphinx_setup/_static/html/footer.html +++ b/docs/sphinx_setup/_static/html/footer.html @@ -16,9 +16,18 @@ background-color: transparent; } + .footer-link-list a:nth-child(1) { + margin-right: 50px; + } + + .footer-link-list a:nth-child(0) { + clear: both; + margin-right: 150px; + } + .footer-contents { border-top: 1px solid lightgray; - font-size: 12px; + font-size: 11px; box-sizing: border-box; font-family: sans-serif; padding-top: 10px; @@ -56,6 +65,7 @@ vertical-align: middle; align-self: flex-start; } + ul { list-style-type: none; margin: 0; @@ -103,11 +113,10 @@ li#wap_nac { display: none; } - + .reference:hover { text-decoration: underline; } -