mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14881] Fix jumpbox-return link layout
PHPBB3-14881
This commit is contained in:
parent
0e53442fd4
commit
e1d2c4c900
1 changed files with 3 additions and 1 deletions
|
@ -137,7 +137,9 @@ p.right {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.jumpbox-return {
|
p.jumpbox-return {
|
||||||
margin-top: 1em;
|
margin-top: 10px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
b, strong {
|
b, strong {
|
||||||
|
|
Loading…
Add table
Reference in a new issue