style <noscript> properly
This commit is contained in:
parent
ff491467e3
commit
2a29ee0c51
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
.js {
|
.js {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
noscript {
|
.noscript {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
@ -101,7 +101,7 @@ aside > container > div {
|
||||||
</aside>
|
</aside>
|
||||||
<main>
|
<main>
|
||||||
</main>
|
</main>
|
||||||
<noscript>
|
<noscript class="noscript">
|
||||||
This page requires JavaScript.
|
This page requires JavaScript.
|
||||||
<br>
|
<br>
|
||||||
Source code: <a href="https://git.atomic.garden/root/sphere-electrons">https://git.atomic.garden/root/sphere-electrons</a>
|
Source code: <a href="https://git.atomic.garden/root/sphere-electrons">https://git.atomic.garden/root/sphere-electrons</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue