mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11552] Remove inline css for signature
PHPBB3-11552
This commit is contained in:
parent
68a4c6acbf
commit
71723f6484
3 changed files with 7 additions and 2 deletions
|
@ -105,7 +105,7 @@
|
|||
|
||||
<h3>{L_SIGNATURE}</h3>
|
||||
|
||||
<div class="postbody"><div class="signature" style="border-top:none; margin-top: 0;">{SIGNATURE}</div></div>
|
||||
<div class="postbody"><div class="signature standalone">{SIGNATURE}</div></div>
|
||||
|
||||
<span class="clear"></span></div>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div class="inner">
|
||||
<h3>{L_SIGNATURE_PREVIEW}</h3>
|
||||
<div class="postbody">
|
||||
<div class="signature" style="border-top:none; margin-top: 0; ">{SIGNATURE_PREVIEW}</div>
|
||||
<div class="signature standalone">{SIGNATURE_PREVIEW}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -398,6 +398,11 @@ p.author {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.signature.standalone {
|
||||
border-top-width: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
dd .signature {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue