feature(nojs) add

This commit is contained in:
coderaiser 2014-03-14 10:19:46 -04:00
parent cbba7b47f8
commit e8b6c98a96
2 changed files with 24 additions and 25 deletions

23
css/nojs.css Normal file
View file

@ -0,0 +1,23 @@
.path-icon, .keyspanel {
display: none;
}
.links {
margin-left: 16px;
}
.fm {
height: 100%;
}
.panel-right {
display: none;
}
.panel-left {
width: 97%;
}
.name a:hover {
cursor: pointer;
}

View file

@ -13,31 +13,7 @@
<link rel=stylesheet href=/join/css/reset.css:css/style.css:css/icons.css:css/help.css>
<noscript>
<style>
.path-icon, .keyspanel {
display: none;
}
.links {
margin-left: 16px;
}
.fm {
height: 100%;
}
.panel-right {
display: none;
}
.panel-left {
width: 97%;
}
.name a:hover {
cursor: pointer;
}
</style>
<link rel=stylesheet href="/css/nojs.css">
</noscript>
</head>
<body>