This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch preview/bval3 in repository https://gitbox.apache.org/repos/asf/bval-site.git
commit c091bba9b5569aa63a219fa736f18e6adae7f1a8 Author: Markus Jung <[email protected]> AuthorDate: Fri Jul 19 07:39:19 2024 +0200 move ASF menu to right --- theme/apache/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 69e5244..4b095da 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -92,6 +92,8 @@ under the License. <li><a href="{{BASE}}mailing-lists.html">Mailing Lists</a></li> </ul> </li> + </ul> + <ul class="nav pull-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="{{BASE}}resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
