diff --git a/README.md b/README.md
index 9ab14b768cbc5e531148bb7089a358cb440ae1d1..03c6568d4c7213ed760200e3cd2ceecf845452f0 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,18 @@
 
 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="center">
-<b>master</b> <a href="https://travis-ci.org/jreybert/vimagit/branches"><img src="https://travis-ci.org/jreybert/vimagit.svg?branch=master"></a>
+<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"></a>
+<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>
 
-
 ## Outstanding features
 
 * [x] See all your changes, staged changes, untracked/removed/renamed files in one unique buffer.