diff --git a/templates/2k11/admin/overview.inc.tpl b/templates/2k11/admin/overview.inc.tpl index f171cec0..dd81d1d7 100644 --- a/templates/2k11/admin/overview.inc.tpl +++ b/templates/2k11/admin/overview.inc.tpl @@ -14,8 +14,7 @@
    {foreach $comments as $comment} -
  1. -
    +
  2. #{$comment.id} – {$comment.body|truncate:100:"…"}
    diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 14537b50..5dae81ee 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -878,7 +878,8 @@ input[type=checkbox], } .importer_data dd, -.form_buttons > input { +.form_buttons > input, +.quick_list ol > li { margin-bottom: .75em; }