pointer on details

This commit is contained in:
Adrien MALINGREY 2024-02-28 10:41:43 +01:00
parent b2f19b9646
commit 26dc6b3b28

View File

@ -3,9 +3,12 @@
<head> <head>
<title>Schémas des VLANs</title> <title>Schémas des VLANs</title>
<style> <style>
ul { ul {
list-style: none; list-style: none;
} }
details {
cursor: pointer
}
</style> </style>
</head> </head>
<body> <body>