change admin logo

This commit is contained in:
Manuel Raynaud
2014-03-19 15:37:57 +01:00
committed by Boyquotes
parent e107babb61
commit e89fc5bcc9
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -45,8 +45,8 @@
.version-info { .version-info {
line-height: @topBarHeight; line-height: @topBarHeight;
height: @topBarHeight; height: @topBarHeight;
background: url("@{imgDir}/top-bar-logo.png") left -3px no-repeat; background: url("@{imgDir}/logo.png") left no-repeat;
padding-left: 170px; padding-left: 120px;
text-shadow: 0px 1px 1px black; text-shadow: 0px 1px 1px black;
color: #6d737b; color: #6d737b;
} }