Remove list style type on matches class

This commit is contained in:
Kevin Sawicki
2013-04-16 09:29:31 -07:00
parent 0102c0fd8d
commit 27252961cf

View File

@@ -92,6 +92,10 @@
padding: 1px;
}
}
.matches {
list-style-type: none;
}
}
.header:after {