diff --git a/BDSM/static/css/style.css b/BDSM/static/css/style.css index f447c5c..a8394eb 100644 --- a/BDSM/static/css/style.css +++ b/BDSM/static/css/style.css @@ -11,6 +11,13 @@ body { border-top: 1px solid #393f4f; } +.reply { + padding-left: 30px; + border-left: 3px solid; + border-radius: 3px 0 0 3px; + background: #f2f0ea; +} + .meta .time { float: right; text-decoration: underline; diff --git a/BDSM/templates/view.html b/BDSM/templates/view.html index 99cff11..c34846c 100644 --- a/BDSM/templates/view.html +++ b/BDSM/templates/view.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %} - {% for toot in toots %} + {% for toot in toots recursive%}