diff --git a/README.md b/README.md
index 03c6568d4c7213ed760200e3cd2ceecf845452f0..986b807f3949234a15a0048d37cc142847a359b1 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,25 @@
 # vimagit
 
-vimagit is an attempt to reproduce the magnificent emacs Magit plugin to vim. The main idea is to manage all git operations in one single buffer, as efficiently as possible.
-
-<p align="right">
-<b>master</b>
-<a href="https://travis-ci.org/jreybert/vimagit/branches">
-<img src="https://travis-ci.org/jreybert/vimagit.svg?branch=master" alt="master status" align="top">
-</a>
-<br>
-<b>next</b>
-<a href="https://travis-ci.org/jreybert/vimagit/branches">
-<img src="https://travis-ci.org/jreybert/vimagit.svg?branch=next" alt="next status" align="top">
-</a>
-</p>
+<table style="width:100%" border=0>
+  <tr>
+    <td align="left">
+      vimagit is an attempt to reproduce the magnificent emacs Magit plugin to vim. The main idea is to manage all git operations in one single buffer, as efficiently as possible.
+    </td>
+      <td align="right">
+      <b>master</b>
+      <br>
+      <a href="https://travis-ci.org/jreybert/vimagit/branches">
+      <img src="https://travis-ci.org/jreybert/vimagit.svg?branch=master" alt="master status" align="top">
+      </a>
+      <br>
+      <b>next</b>
+      <br>
+      <a href="https://travis-ci.org/jreybert/vimagit/branches">
+      <img src="https://travis-ci.org/jreybert/vimagit.svg?branch=next" alt="next status" align="top">
+      </a>
+    </td>
+  </tr>
+</table>
 
 ## Outstanding features