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 bar */
|
||||||
#title {
|
#title {
|
||||||
|
display: inline-block;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 82px;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title img {
|
#title img {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title h1 {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#password {
|
#password {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue