1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 01:20:40 +01:00

Merge pull request #4884 from hubaishan/ticket/15297

[ticket/15297] Fix current date broken lines
This commit is contained in:
Marc Alexander 2017-08-13 15:59:40 +02:00
commit d676ca12ab
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -1073,4 +1073,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;
}
}