1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/15071] Consolidate all media queries

PHPBB3-15071
This commit is contained in:
hanakin
2017-02-05 18:13:47 -05:00
committed by Michael Miday
parent b70ba0e47c
commit f724017953
2 changed files with 0 additions and 173 deletions

View File

@@ -161,12 +161,6 @@ a:hover {
padding: 15px;
}
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
.wrap {
margin: 0 12px;
}
}
.page-body {
clear: both;
margin: 4px 0;
@@ -991,12 +985,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
padding: 0 25px 20px;
}
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px) {
.phpbb_alert {
top: 25px;
}
}
.phpbb_alert .alert_close {
float: right;
margin-top: -8px;