From 45deb4f8c5de43176fa69bce7cc2c4fa60da1f7d Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 25 Mar 2014 19:52:41 +0400 Subject: [PATCH] Fixed css comment --- app/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/app.css b/app/css/app.css index db1186d1..42c61ad8 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -1078,7 +1078,7 @@ div.im_message_video_thumb { .im_message_iframe_video { position: relative; - padding-bottom: 56.25%; // 16/9 ratio + padding-bottom: 56.25%; /* 16/9 ratio */ height: 0; overflow: hidden; margin-top: 5px;