Let album title editor use same font size as title itself.
This commit is contained in:
parent
074594a8bc
commit
3788c844bf
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ h2, h3
|
||||||
{
|
{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
#album_metadata h2 .editor_input
|
||||||
|
{
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
#description_text
|
#description_text
|
||||||
{
|
{
|
||||||
font-family: initial;
|
font-family: initial;
|
||||||
|
|
Loading…
Reference in a new issue