mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 03:50:22 +02:00
[ticket/16612] Use px instead of em for css properties
PHPBB3-16612
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user