hallo dies sind meine changes

This commit is contained in:
Albuswolvrick 2023-01-18 14:49:53 +01:00
parent c27edec2ca
commit 4aec0f7cf0
5 changed files with 18 additions and 4 deletions

View file

@ -2,11 +2,15 @@
@using ImageBoardServerApp.Data
@using ImageBoardServerApp.Data.Repository
<h3>@board.Topic Board</h3>
<PageTitle>/@board.Tag/ - @board.Topic - BulletBoard</PageTitle>
<PostForm board="@board"/>
<div class="boardHeader">
<h3>@board.Topic Board</h3>
<PostForm board="@board"/>
<PageFooter/>
</div>
<br/>
<br/>
@ -23,7 +27,7 @@
<hr/>
}
}
<PageFooter/>
<!--Admin -->
<!--Moderator -->

View file

@ -0,0 +1,4 @@
.boardHeader{
text-align: center;
}