You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2019/12/10 20:08:59 UTC

[petri-site] branch master updated: Update base.html

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d0b9dc3  Update base.html
d0b9dc3 is described below

commit d0b9dc38dfb7bae80d1d39d02dc8bec855810cb7
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Tue Dec 10 12:08:53 2019 -0800

    Update base.html
    
    Fix About dropdown alignment. ref: https://getbootstrap.com/docs/4.0/components/dropdowns/
---
 theme/apache/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index c1dd2de..33f14ee 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -62,7 +62,7 @@
             <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown"
               role="button" data-toggle="dropdown" aria-haspopup="true"
               aria-expanded="false">About</a>
-            <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+            <div class="dropdown-menu dropdown-menu-rght" aria-labelledby="navbarDropdown">
               <a class="dropdown-item" href="https://www.apache.org/">Foundation</a>
               <div class="dropdown-divider"></div>
               <a class="dropdown-item"