fixes #135 - thx @Fraenkiman
This commit is contained in:
parent
06a555b0d6
commit
3c3d614416
@ -1,5 +1,5 @@
|
||||
{if !$entry_commslock}
|
||||
<h4>{$lang.comments.head}</h4>
|
||||
<h4 id="addcomment">{$lang.comments.head}</h4>
|
||||
<p>{$lang.comments.descr}</p>
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{if !$entry_commslock}
|
||||
<h4>{$lang.comments.head}</h4>
|
||||
<h4 id="addcomment">{$lang.comments.head}</h4>
|
||||
<p>{$lang.comments.descr}</p>
|
||||
|
||||
|
||||
|
@ -234,6 +234,8 @@ h4 { font-size: 1.2em; }
|
||||
padding: 0 1.6em 0 1.6em
|
||||
}
|
||||
|
||||
h4#addcomment {clear:both;}
|
||||
|
||||
#commentform fieldset p { margin: 0 0 .5em 0 }
|
||||
|
||||
#comments li {
|
||||
|
Loading…
x
Reference in New Issue
Block a user