From 610a7e7753df5b3dcfd97d17b8c40eb5b3feddb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Reybert?= <jreybert@gmail.com> Date: Wed, 7 Oct 2015 10:20:39 +0200 Subject: [PATCH] README.md: put status in resume in a table --- README.md | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 03c6568..986b807 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 -- GitLab