1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02: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

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;
}
}