aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-10-02 05:12:26 +0200
committerMichael Miday <midaym@gmail.com>2015-10-09 06:40:08 +0200
commitb671aae1ece0733134be9c1d9f7274eefc2b5c07 (patch)
tree89f6864443e1fc8a0eea061094061061038f5445
parentab3af7984a4a5769632417b8d0ff5058cd8a33d9 (diff)
downloadforums-b671aae1ece0733134be9c1d9f7274eefc2b5c07.tar
forums-b671aae1ece0733134be9c1d9f7274eefc2b5c07.tar.gz
forums-b671aae1ece0733134be9c1d9f7274eefc2b5c07.tar.bz2
forums-b671aae1ece0733134be9c1d9f7274eefc2b5c07.tar.xz
forums-b671aae1ece0733134be9c1d9f7274eefc2b5c07.zip
[ticket/14175]Remove "only screen and"
PHPBB3-14175
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index e9a4ea3473..0248931e68 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -1,7 +1,7 @@
/* Responsive Design
---------------------------------------- */
-@media only screen and (max-width: 320px) {
+@media (max-width: 320px) {
select, .inputbox {
max-width: 240px;
}
@@ -9,19 +9,19 @@
/* Notifications list
----------------------------------------*/
-@media only screen and (max-width: 350px) {
+@media (max-width: 350px) {
.dropdown-extended .dropdown-contents {
width: auto;
}
}
-@media only screen and (max-width: 430px) {
+@media (max-width: 430px) {
.section-viewtopic .search-box .inputbox {
width: 110px;
}
}
-@media only screen and (max-width: 500px) {
+@media (max-width: 500px) {
dd label {
white-space: normal;
}
@@ -94,7 +94,7 @@
}
}
-@media only screen and (max-width: 550px) {
+@media (max-width: 550px) {
ul.topiclist.forums dt {
margin-right: 0;
}
@@ -108,7 +108,7 @@
}
}
-@media only screen and (max-width: 700px) {
+@media (max-width: 700px) {
.responsive-hide { display: none !important; }
.responsive-show { display: block !important; }
.responsive-show-inline { display: inline !important; }
@@ -549,7 +549,7 @@
}
}
-@media only screen and (max-width: 850px) {
+@media (max-width: 850px) {
.postprofile { width: 28%; }
.postbody { width: 70%; }
}