Merge pull request #640 from marc1706/ticket/639

[ticket/639] Fix slightly incorrect alignment in portal all view
This commit is contained in:
Marc Alexander
2015-06-28 19:48:27 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
*
*/
/* global phpbb, jQuery */
(function($) { // Avoid conflicts with other libraries
"use strict";

View File

@@ -1,5 +1,5 @@
@media only screen and (max-width: 870px), only screen and (max-device-width: 870px) {
.portal-body-center dd.posts, .portal-body-center dd.views {
.portal-body-center dd.posts, .portal-body-center dd.views, .portal-body-center dd.topics {
display: none !important;
}