php: logo as link

This commit is contained in:
Sergey Linnik
2016-12-02 14:12:58 +03:00
parent 6826aea262
commit 4b1e588b07
2 changed files with 17 additions and 2 deletions

View File

@ -48,7 +48,18 @@ div {
a, a:hover, a:visited {
color: #333;
}
header {
height: 44px;
background: #3D4A6B;
height: 80px;
margin: 0 auto;
min-width: 600px;
width: auto;
}
header img {
margin: 12px 0 0 16px;
}
.top-panel {
background: url("images/logo.png") no-repeat 30px center #3D4A6B;