diff options
author | Melvin GarcĂa <contacto@melvingarcia.com> | 2015-12-19 20:55:56 -0600 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-12-24 14:00:34 +0100 |
commit | 5e8105a1cd1a4f4006a2631164e92a8f5df9cebb (patch) | |
tree | bf7744883d453851889bff37f968996e5b00c538 /phpBB | |
parent | b1e4a3e1b7efb3d131dd02fca76009e971585dac (diff) | |
download | forums-5e8105a1cd1a4f4006a2631164e92a8f5df9cebb.tar forums-5e8105a1cd1a4f4006a2631164e92a8f5df9cebb.tar.gz forums-5e8105a1cd1a4f4006a2631164e92a8f5df9cebb.tar.bz2 forums-5e8105a1cd1a4f4006a2631164e92a8f5df9cebb.tar.xz forums-5e8105a1cd1a4f4006a2631164e92a8f5df9cebb.zip |
[ticket/14371] Small fix for the quick links alignment
PHPBB3-14371
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index ef6a07cebb..e800c63294 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -280,7 +280,7 @@ ul.rightside { ul.linklist li.responsive-menu { position: relative; - margin: 0 5px; + margin: 0 5px 0 0; } .hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside { |