1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/17043] Remove unnecessary cp navi CSS rule in bidi.css

PHPBB3-17043
This commit is contained in:
Christian Schnegelberger
2023-02-01 20:18:30 +01:00
parent 0f1c62bc7b
commit 24a5972a0b

View File

@@ -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
*/