diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-08-13 15:59:40 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-08-13 15:59:40 +0200 |
commit | d676ca12ab2674d87b77f591f64c3b69f7f512f3 (patch) | |
tree | 5cfa10f6cc32f0c557c6116f0c92f4b1f707912c | |
parent | d9a5c8e9182e0dffdebf09f4db33bd76e9574765 (diff) | |
parent | 21b35d95bee33514019205b4f65813cb28214fb0 (diff) | |
download | forums-d676ca12ab2674d87b77f591f64c3b69f7f512f3.tar forums-d676ca12ab2674d87b77f591f64c3b69f7f512f3.tar.gz forums-d676ca12ab2674d87b77f591f64c3b69f7f512f3.tar.bz2 forums-d676ca12ab2674d87b77f591f64c3b69f7f512f3.tar.xz forums-d676ca12ab2674d87b77f591f64c3b69f7f512f3.zip |
Merge pull request #4884 from hubaishan/ticket/15297
[ticket/15297] Fix current date broken lines
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 70cfb83a78..923ff3e792 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -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; + } } |