From 745be9e478df5f97470feaa70ede3812a4899225 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 27 Dec 2013 12:52:52 +0000 Subject: [PATCH] refactor(css) links -> links a --- css/style.css | 2 +- html/path.html | 2 +- lib/cloudfunc.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 898778a4..600050ee 100644 --- a/css/style.css +++ b/css/style.css @@ -127,7 +127,7 @@ body { top:5px; } -.links { +.links a { color:red; } diff --git a/html/path.html b/html/path.html index 7447ddb6..9f9fb156 100644 --- a/html/path.html +++ b/html/path.html @@ -1 +1 @@ -
{{ path }}
\ No newline at end of file +
{{ path }}
\ No newline at end of file diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index 1739a33f..829530c0 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -298,7 +298,7 @@ var Util; } while(url !== ''); /* Формируем ссылки на каждый каталог в пути */ - var lHref = '