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

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14984] Correct wrong arrow direction in PM inbox
This commit is contained in:
Tristan Darricau 2017-01-15 11:40:26 +01:00
commit 84e6b87acd
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -67,6 +67,10 @@
margin-left: -5px;
}
.arrow-left .icon {
float: left;
}
.arrow-right:hover .icon {
margin-right: -5px;
margin-left: 5px;