[ticket/639] Fix slightly incorrect alignment in portal all view

B3P-639
This commit is contained in:
Marc Alexander
2015-06-28 19:30:26 +02:00
parent 281aa4fcc7
commit 1bb9381027
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,5 @@
@media only screen and (max-width: 870px), only screen and (max-device-width: 870px) { @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; display: none !important;
} }