mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 14:35:18 -04:00
Adds no-js fallback to PHP verison.
This commit is contained in:
parent
1828855f63
commit
4724214b9e
5 changed files with 55 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
#data-apache-autoindex {
|
||||
#data-apache-autoindex, #data-php-no-js-fallback {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
|
||||
|
@ -29,6 +29,11 @@
|
|||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
span {
|
||||
color: #555;
|
||||
font-weight: normal;
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
td {
|
||||
border: 1px solid #ddd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue