From 24a5972a0bbcbb97d1eaab6bdbf1b94d9d43f55b Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Wed, 1 Feb 2023 20:18:30 +0100 Subject: [PATCH] [ticket/17043] Remove unnecessary cp navi CSS rule in bidi.css PHPBB3-17043 --- phpBB/styles/prosilver/theme/bidi.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 7dfe58c667..4b28443969 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -788,15 +788,6 @@ li.breadcrumbs span:first-child > a { float: right; } -/* Responsive *CP navigation -----------------------------------------*/ -@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) -{ - .rtl .cp-menu, .rtl .navigation, .rtl .cp-main { - float: none; - } -} - /** * forms.css */