diff --git a/README.md b/README.md index e284324..4d12db6 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Run the tests locally (against development environment): ## TODOs -1. Create a `page-subtitle` class for `

` 1. Create mod takes null input?? 1. Check status for items not found, should be 404 but getting 5xx 1. "All new posts flagged" mode (require approval for new posts) diff --git a/assets/css/nested.css b/assets/css/nested.css index fb7998b..5458ac7 100644 --- a/assets/css/nested.css +++ b/assets/css/nested.css @@ -5,6 +5,14 @@ padding: 0; } +.pager__title { + text-align: center; + border: inset var(--dark-warm-gray); + padding: 0.5em 0; + margin: 1em 0 0 0; + background-color: var(--dark-warm-gray); +} + .pager__nav { display: flex; flex-flow: row wrap; diff --git a/templates/remark/create.html.ep b/templates/remark/create.html.ep index df4bd33..970ed09 100644 --- a/templates/remark/create.html.ep +++ b/templates/remark/create.html.ep @@ -31,7 +31,7 @@
-

Thread

+

Thread

@@ -49,7 +49,7 @@

<% if (my $last_remark_id = $last_remark->{'id'}) { =%>
-

Last Remark

+

Last Remark

diff --git a/templates/thread/by_id.html.ep b/templates/thread/by_id.html.ep index 74eaad7..6ab4efa 100644 --- a/templates/thread/by_id.html.ep +++ b/templates/thread/by_id.html.ep @@ -38,7 +38,7 @@ <% if (my $first_remark = $remarks->[0]) { =%>
-

Remarks

+

Remarks

<% for my $remark (@{$remarks}) { =%>