Removed text shadow from backend company name in header.

This commit is contained in:
Alex Tselegidis 2015-12-13 22:11:35 +01:00
parent 4697b030d1
commit e71392ba3f
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ root {
float: left; float: left;
width: 50px; width: 50px;
height: 50px; height: 50px;
margin-right: 6px; margin-right: 10px;
} }
#header #header-logo span { #header #header-logo span {
@ -43,7 +43,6 @@ root {
color: white; color: white;
margin-top: 9px; margin-top: 9px;
font-weight: bold; font-weight: bold;
text-shadow: 0px 1px 1px #8F8888;
} }
#header #header-menu { #header #header-menu {