Merge pull request #627 from marc1706/ticket/626

[ticket/626] Correctly resize portal on all pages again
This commit is contained in:
Marc Alexander
2015-06-21 21:45:54 +02:00

View File

@@ -2,7 +2,14 @@
.portal-body-center dd.posts, .portal-body-center dd.views {
display: none !important;
}
.portal-body-center dt { width: 130% !important; }
.portal-body-center ul.topiclist dt .list-inner {
margin-right: 60%;
}
.portal-body-center ul.topiclist dt {
margin-right: -60%;
}
.portal-body-center dd.lastpost { width: auto; }
}