From b2b47581b3bf5856cbc204ee1287877ce1548e47 Mon Sep 17 00:00:00 2001 From: Веталь Date: Mon, 30 May 2016 17:13:08 +0300 Subject: [PATCH] git --- frontend/web/css/style.css | 6 +++--- frontend/web/js/script.js | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 4ca7c19..ea8166e 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2756,9 +2756,9 @@ input[type=file]::-webkit-file-upload-button { margin-top: 27px; } -.blog-post-wr:first-child { - margin-top: -1px -} +/*.blog-post-wr:first-child {*/ + /*margin-top: -1px*/ +/*}*/ .blog-post-title p { font-size: 18px; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 8499b35..a2c465f 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -1082,6 +1082,12 @@ $(document).ready( var radiusLenght = (newRadius.length)-1 $(newRadius[radiusLenght]).addClass('_fix_radius_') } + + fixBlog() + function fixBlog() { + var firstPost = $('.blog-post-wr'); + $(firstPost[0]).css({marginTop:-1}) + } } ); \ No newline at end of file -- libgit2 0.21.4