fixes #135 - thx @Fraenkiman

This commit is contained in:
azett 2022-08-13 20:38:03 +02:00
parent 06a555b0d6
commit 3c3d614416
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{if !$entry_commslock} {if !$entry_commslock}
<h4>{$lang.comments.head}</h4> <h4 id="addcomment">{$lang.comments.head}</h4>
<p>{$lang.comments.descr}</p> <p>{$lang.comments.descr}</p>

View File

@ -1,5 +1,5 @@
{if !$entry_commslock} {if !$entry_commslock}
<h4>{$lang.comments.head}</h4> <h4 id="addcomment">{$lang.comments.head}</h4>
<p>{$lang.comments.descr}</p> <p>{$lang.comments.descr}</p>

View File

@ -234,6 +234,8 @@ h4 { font-size: 1.2em; }
padding: 0 1.6em 0 1.6em padding: 0 1.6em 0 1.6em
} }
h4#addcomment {clear:both;}
#commentform fieldset p { margin: 0 0 .5em 0 } #commentform fieldset p { margin: 0 0 .5em 0 }
#comments li { #comments li {