1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00

Merge remote-tracking branch 'PayBas/ticket/12808' into develop-ascraeus

* PayBas/ticket/12808:
  [ticket/12808] Fix small gap between username and drop-down arrow
This commit is contained in:
Cesar G 2014-07-06 06:14:56 -07:00
commit b412339cad
2 changed files with 3 additions and 3 deletions

View File

@ -292,8 +292,8 @@
.rtl .header-avatar span:after {
float: left;
margin-left: 0;
margin-right: 2px;
padding-left: 0;
padding-right: 2px;
}
.rtl .member-search {

View File

@ -467,7 +467,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
display: inline-block;
font-size: 9px;
float: right;
margin-left: 2px;
padding-left: 2px;
opacity: 0.7;
}