forked from external-repos/pa11y-dashboard
Issue 10 - Include less files and replace 2 css files with 1 minified css from less files
This commit is contained in:
14
public/less/site-nojavascript.less
Normal file
14
public/less/site-nojavascript.less
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user