From ceb866b4ee4b9b8be1fa9a755ee6da0878d28efa Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 11 Mar 2014 16:57:38 +0000
Subject: [PATCH] Using img tags for screenshots

---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4270b6e04..02f60a403 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,7 @@ Mongoose is easy to use, powerful, embeddable web server.
 
 Download, double-click to start, run browser -- that's all!
 
-<style>img { height: 140px; margin: 10px; }</style>
-![shot1](http://cesanta.com/images/tut_sharing/tut1.png)
-![shot2](http://cesanta.com/images/tut_sharing/tut2.png)
-
-![shot3](http://cesanta.com/images/tut_sharing/tut3.png)
-![shot4](http://cesanta.com/images/tut_sharing/tut4.png)
+<img src="http://cesanta.com/images/tut_sharing/tut1.png" style="height:120px"/> <img src="http://cesanta.com/images/tut_sharing/tut2.png" style="height:120px"/> <img src="http://cesanta.com/images/tut_sharing/tut3.png" style="height:120px"/> <img src="http://cesanta.com/images/tut_sharing/tut4.png" style="height:120px"/>
 
 
 # Features
-- 
GitLab