remove list bullets from extended like list

This commit is contained in:
redmatrix
2015-11-09 15:18:26 -08:00
parent cda8fb3380
commit 7d5acef20a
2 changed files with 5 additions and 1 deletions

View File

@@ -2315,3 +2315,7 @@ nav .badge.mail-update:hover {
.help-searchlist a {
font-size: 130%;
}
.response-list ul {
list-style-type: none;
}