From 14df5aab3babdd6debf8537f1a9640cb1542c784 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 5 Dec 2013 10:18:45 +0000 Subject: [PATCH] refactor(style) .mini-icon: background --- css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 266cdf30..19abb375 100644 --- a/css/style.css +++ b/css/style.css @@ -131,6 +131,8 @@ body { width: 16px; height: 16px; margin-left: 6px; + background-position: 0 0; + background-repeat: no-repeat; /* отступ перед картинкой * для нормального отображения * рамки @@ -139,13 +141,9 @@ body { .directory { background-image:url('/img/dir.png'); - background-position: 0 0; - background-repeat: no-repeat; } .text-file { background-image:url('/img/txt.png'); - background-position: 0 0; - background-repeat: no-repeat; } .fm { height: 90%;