Header one and image in title div are now in their box
This commit is contained in:
parent
c9cbc1d49a
commit
740686b483
1 changed files with 2 additions and 5 deletions
|
@ -5,18 +5,15 @@ body{
|
|||
}
|
||||
/* Title bar */
|
||||
#title {
|
||||
display: inline-block;
|
||||
background-color: white;
|
||||
height: 82px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#title img {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#title h1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#password {
|
||||
background-color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue