Height fix for older themes
Fixes the height using default 35px instead of using 40px.
This commit is contained in:
parent
053458916d
commit
c1ae53b887
|
|
@ -35,7 +35,7 @@ html {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo_full, #logo_full img {
|
#logo_full, #logo_full .btn-logo {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
Height: 40px;
|
Height: 40px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ html {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo_full, #logo_full img {
|
#logo_full, #logo_full .btn-logo {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
Height: 40px;
|
Height: 40px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue