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:
parent
14d96d0086
commit
d3472cd4a1
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user