1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/11846] Replace empty p with margin-top

PHPBB3-11846
This commit is contained in:
Vjacheslav Trushkin
2013-09-15 21:22:06 +03:00
parent 939174eac8
commit 7c5675942b
2 changed files with 8 additions and 4 deletions

View File

@@ -134,6 +134,10 @@ p.right {
text-align: right;
}
p.jumpbox-return {
margin-top: 1em;
}
b, strong {
font-weight: bold;
}