1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 08:23:28 +02:00

[ticket/15605] Correct Right-Margin for ribbon image 4

PHPBB3-15605
This commit is contained in:
Devansh Shah 2018-03-31 10:45:29 +05:30
parent b1a6cb3ee3
commit 857225c886

View File

@ -582,8 +582,8 @@
}
.has-profile .post-buttons {
margin-top: 4px;
margin-right: 4px;
margin-top: 5px;
margin-right: 5px;
margin-left: auto;
}