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

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


The following commit(s) were added to refs/heads/master by this push:
     new b0731e3  [MNGSITE-408] Fix alignment of events logo Submitted by: 
David Pead
     new ad45e32  Merge pull request #178 from 
dpd73/bug/MNGSITE-408_Fix_alignment_of_events_logo
b0731e3 is described below

commit b0731e324dd3a008a803f7b92d18e58f4c8c4b1b
Author: David Pead <davidpea...@gmail.com>
AuthorDate: Mon Jul 13 08:02:55 2020 +0100

    [MNGSITE-408] Fix alignment of events logo
    Submitted by: David Pead
    
    o change events <img> to float left
---
 content/xdoc/index.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/xdoc/index.xml.vm b/content/xdoc/index.xml.vm
index d707d59..e55f030 100644
--- a/content/xdoc/index.xml.vm
+++ b/content/xdoc/index.xml.vm
@@ -129,7 +129,7 @@ under the License.
       </p>
       <p>
         <a href="https://www.apache.org/events/current-event.html";>
-          <img src="https://www.apache.org/events/current-event-234x60.png"; 
alt="Apache Events" style="vertical-align: text-top"/>
+          <img src="https://www.apache.org/events/current-event-234x60.png"; 
alt="Apache Events" style="float: left"/>
         </a>
         You can also attend <a 
href="https://www.apache.org/events/current-event.html";>Apache Events</a>: 
don't hesitate to ask on the <a href="mailing-lists.html">Maven User mailing 
list</a>
         if Maven team members will be there, it can be a great opportunity to 
meet them.

Reply via email to