1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 12:34:59 +02:00

[ticket/16612] Use px instead of em for css properties

PHPBB3-16612
This commit is contained in:
Christian Schnegelberger 2020-10-07 19:23:41 +02:00
parent 14d96d0086
commit d3472cd4a1

View File

@ -362,9 +362,12 @@ dd.option {
}
.agreement-text {
font-size: 1.0em;
line-height: 1.4em;
margin-bottom: 1em;
font-size: 10px;
}
.agreement-text p {
line-height: 17px;
margin-bottom: 10px;
}
dl.faq {