Issue 10 - Include less files and replace 2 css files with 1 minified css from less files

This commit is contained in:
perryharlock
2013-09-18 14:40:29 +01:00
parent a956c084f3
commit 6dff1c0a2b
52 changed files with 8386 additions and 387 deletions

View File

@@ -0,0 +1,14 @@
/* No javascript */
.no-javascript .graph-container {
display:none;
}
.no-javascript .hidden {
display:block !important;
visibility:visible !important;
}
.no-javascript table.hidden {
display:table !important;
}
.no-javascript .collapse {
display:block;
}