feature(index) hide .path-icon when no js

This commit is contained in:
coderaiser 2014-02-27 04:19:30 -05:00
parent cd13b6914f
commit 00a3f1088d

View file

@ -14,10 +14,14 @@
<noscript>
<style>
.keyspanel {
.path-icon, .keyspanel {
display: none;
}
.links {
margin-left: 16px;
}
.fm {
height: 100%;
}