Removed text shadow from backend company name in header.
This commit is contained in:
parent
4697b030d1
commit
e71392ba3f
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@ root {
|
|||
float: left;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin-right: 6px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#header #header-logo span {
|
||||
|
@ -43,7 +43,6 @@ root {
|
|||
color: white;
|
||||
margin-top: 9px;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 1px 1px #8F8888;
|
||||
}
|
||||
|
||||
#header #header-menu {
|
||||
|
|
Loading…
Reference in a new issue