mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16612] Use px instead of em for css properties
PHPBB3-16612
This commit is contained in:
parent
14d96d0086
commit
d3472cd4a1
1 changed files with 6 additions and 3 deletions
|
@ -362,9 +362,12 @@ dd.option {
|
||||||
}
|
}
|
||||||
|
|
||||||
.agreement-text {
|
.agreement-text {
|
||||||
font-size: 1.0em;
|
font-size: 10px;
|
||||||
line-height: 1.4em;
|
}
|
||||||
margin-bottom: 1em;
|
|
||||||
|
.agreement-text p {
|
||||||
|
line-height: 17px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.faq {
|
dl.faq {
|
||||||
|
|
Loading…
Add table
Reference in a new issue