hallo dies sind meine changes
This commit is contained in:
parent
c27edec2ca
commit
4aec0f7cf0
5 changed files with 18 additions and 4 deletions
|
@ -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 -->
|
||||
|
|
4
ImageBoardServerApp/Shared/Components/Board.razor.css
Normal file
4
ImageBoardServerApp/Shared/Components/Board.razor.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.boardHeader{
|
||||
text-align: center;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue