Browse Source

Merge pull request #905 from Arantor/release-2.1

! Fix the alignment of IM icons. (ref #889)
Arantor 11 năm trước cách đây
mục cha
commit
0d8341ea61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }