This commit is contained in:
Joshua Killen 2020-04-16 21:54:43 +01:00
parent 7e3e3d32dc
commit 5d42004991
2 changed files with 1 additions and 7 deletions

View File

@ -55,7 +55,7 @@
</header> </header>
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1> <h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
<details> <details>
<summary onmouseover="this.click()">1960</summary> <summary onmouseover="this.click()" onmouseout="this.click()">1960</summary>
<p></p> <p></p>
</details> </details>
<footer> <footer>

View File

@ -1,6 +0,0 @@
details > summary {
list-style: none;
}
details > summary::-webkit-details-marker {
display: none;
}