1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 08:30:26 +01:00

[ticket/15297] Fix current date broken lines

Because browsers give priority to style in bidi.css
so I sign (!important) to the style in responsive.css

PHPBB3-15297
This commit is contained in:
hubaishan 2017-07-30 07:11:23 +03:00
parent 3ccaac488b
commit ff5c88be77

View File

@ -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;
text-align: center;
float: none !important;
text-align: center !important;
margin-bottom: 5px;
}