Browse Source

Merge pull request #905 from Arantor/release-2.1

! Fix the alignment of IM icons. (ref #889)
Arantor 10 years ago
parent
commit
0d8341ea61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/css/index.css

@@ -2089,7 +2089,7 @@ div#pollmoderation {
 	color: #c06002;
 }
 
-.poster .profile .profile_icons li {
+.poster .profile .profile_icons li, .poster .im_icons li {
 	display: table-cell;
 	padding-left: 5px;
 }