diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-14 15:28:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-14 15:28:36 +0100 |
commit | e768f221ffbdd5f75c3818169dd5eefdd702e635 (patch) | |
tree | dc538941ad0b1161b007c5fcd9335e040db8470b /pyblackbird_cc/templates/base.html | |
parent | ced16ee9dc3bf1790c0345e874dc7861e27c99ca (diff) |
Trying to improve the CSS of the detail page
Diffstat (limited to 'pyblackbird_cc/templates/base.html')
-rw-r--r-- | pyblackbird_cc/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index ce0a4ca..4e06117 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -77,6 +77,7 @@ </div> </div> </header> + <hr /> <main> {% block body %} {% if messages %} |