Fix list style
parent
070caf251a
commit
97caf27dc8
|
@ -25,7 +25,6 @@ th, td {
|
|||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
<meta charset="UTF-8"/>
|
||||
<title>Games and gaming in I2P</title>
|
||||
<link rel="stylesheet" href="/css/style.css"/>
|
||||
<style>
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue