1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 09:12:56 +02:00

[ticket/11552] Remove inline css for signature

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-19 13:24:40 +03:00
parent 68a4c6acbf
commit 71723f6484
3 changed files with 7 additions and 2 deletions

View File

@@ -398,6 +398,11 @@ p.author {
width: 100%;
}
.signature.standalone {
border-top-width: 0;
margin-top: 0;
}
dd .signature {
margin: 0;
padding: 0;