From 04ee992d1c5607f532d98076a10767e4a481ea59 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 5 Aug 2013 14:03:33 +0000 Subject: [PATCH] style(css) .path-icon: add " " --- css/style.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 18ddf969..2a39869f 100644 --- a/css/style.css +++ b/css/style.css @@ -44,17 +44,16 @@ body { } .path-icon { - position: relative; - top: 3px; - left: -4px; - display: inline-block; - /* размер иконки и позиция на png-файле*/ - width: 15px; - height: 15px; - font-family:'FoundationIconsGeneralEnclosed'; - font-size:30px; - color: #46A4C3;/*#55BF3F; green*/ - text-shadow:black 0 2px 1px; + position : relative; + top : 3px; + left : -4px; + display : inline-block; + width : 15px; + height : 15px; + font-family :'FoundationIconsGeneralEnclosed'; + font-size :30px; + color : #46A4C3;/*#55BF3F; green*/ + text-shadow :black 0 2px 1px; } .path-icon:hover { cursor:pointer;