Pārlūkot izejas kodu

Merge pull request #905 from Arantor/release-2.1

! Fix the alignment of IM icons. (ref #889)
Arantor 10 gadi atpakaļ
vecāks
revīzija
0d8341ea61
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 }