fix logo width

This commit is contained in:
Volkan Gezer 2014-05-26 13:16:19 +02:00
parent 0c968625bb
commit a2240dbd3e

View File

@ -142,9 +142,9 @@
#document-title div.logo-wide{ #document-title div.logo-wide{
float:left; float:left;
height: 24px; height: 24px;
width: 80px; width: 110px;
margin: 3px; margin: 3px;
background-size:80px 24px; background-size:110px 24px;
z-index: 110; z-index: 110;
} }