Fix list style

main
Leopold 2023-03-09 12:38:50 +03:00
parent 070caf251a
commit 97caf27dc8
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,6 @@ th, td {
} }
li { li {
list-style-type: none;
padding: 5px; padding: 5px;
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
} }

View File

@ -4,6 +4,11 @@
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>Games and gaming in I2P</title> <title>Games and gaming in I2P</title>
<link rel="stylesheet" href="/css/style.css"/> <link rel="stylesheet" href="/css/style.css"/>
<style>
li {
list-style-type: none;
}
</style>
</head> </head>
<body> <body>