Merge pull request #343 from marc1706/ticket/338

[ticket/338] Make sure list style of modules is set to none
This commit is contained in:
Marc Alexander
2014-08-23 21:59:48 +02:00

View File

@@ -100,6 +100,9 @@
margin-left: 0px;
margin-right: 0px;
}
#portal-body li {
list-style-type: none;
}
.portal-news-pagination {
height: 2em;