mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-09 17:15:19 +02: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:
parent
3ccaac488b
commit
ff5c88be77
@ -538,8 +538,8 @@ fieldset.display-actions {
|
|||||||
|
|
||||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
||||||
p.responsive-center {
|
p.responsive-center {
|
||||||
float: none;
|
float: none !important;
|
||||||
text-align: center;
|
text-align: center !important;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user