refactor(css) links -> links a

This commit is contained in:
coderaiser 2013-12-27 12:52:52 +00:00
parent 3f7afada87
commit 745be9e478
3 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ body {
top:5px;
}
.links {
.links a {
color:red;
}

View file

@ -1 +1 @@
<div class=path><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span>{{ path }}</span></div>
<div class=path><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>

View file

@ -298,7 +298,7 @@ var Util;
} while(url !== '');
/* Формируем ссылки на каждый каталог в пути */
var lHref = '<a class=links href="',
var lHref = '<a href="',
lTitle = '" title="',
_l = '">',
lHrefEnd ='</a>',