From 089913c8fe4d006c21b79c3b628c9b32083ac888 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 12 Jul 2022 22:39:24 -0700 Subject: [PATCH] Center some text on the board and post detail views The board name and the "create new thread/reply" links are now centered. Signed-off-by: Alek Ratzloff --- board/templates/board/board_detail.html | 6 ++---- board/templates/board/post_detail.html | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/board/templates/board/board_detail.html b/board/templates/board/board_detail.html index 06e67da..c98e58f 100644 --- a/board/templates/board/board_detail.html +++ b/board/templates/board/board_detail.html @@ -12,7 +12,7 @@ {# board header #}
 
-
+

/{{ board.url }}/ - {{ board.name }}

 
@@ -21,12 +21,10 @@ {# post creation form #}
 
- diff --git a/board/templates/board/post_detail.html b/board/templates/board/post_detail.html index 5c7fc1a..68b5f69 100644 --- a/board/templates/board/post_detail.html +++ b/board/templates/board/post_detail.html @@ -11,7 +11,7 @@ {# board header #}
 
-
+

/{{ board.url }}/ - {{ board.name }}

 
@@ -20,7 +20,7 @@ {# post creation form #}