mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 16:40:21 +01:00
[ticket/15297] revert changes to responsive.css change to bidi.css
revert changes to responsive.css adding the class to bidi.css PHPBB3-15297
This commit is contained in:
parent
e4abbcaca3
commit
21b35d95be
@ -1136,4 +1136,10 @@ li.breadcrumbs span:first-child > a {
|
||||
.captcha-panel dd.captcha {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl p.responsive-center {
|
||||
float: none;
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
@ -538,8 +538,8 @@ fieldset.display-actions {
|
||||
|
||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
||||
p.responsive-center {
|
||||
float: none !important;
|
||||
text-align: center !important;
|
||||
float: none;
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user