no bold style in the title, it´s invisible

vnext
Paul Schneider 5 years ago
parent 25d83105d0
commit 8b32cb3fb6
1 changed files with 3 additions and 2 deletions

@ -16,6 +16,7 @@
.box__error {
display: none;
}
.box.has-advanced-upload {
background-color: white;
outline: 2px dashed black;
@ -42,6 +43,8 @@
}
@section scripts {
<script src="~/js/showdown.js" asp-append-version="true"></script>
<script src="~/js/md-helpers.js" asp-append-version="true"></script>
<script>
$(document).ready(function() {
@ -122,13 +125,11 @@
<div id="Titletoolbar" class="hidden ql-snow ql-toolbar">
<button class="ql-format-button ql-bold"></button>
<button class="ql-format-button ql-italic"></button>
<button class="ql-format-button ql-underline"></button>
<button class="ql-format-button ql-strike"></button>
</div>
<img class="blogphoto" alt="" src="@Model.Photo" title="Photo associée au post">
<h2 title="Titre du post" class="blogtitle" id="titleview" ismarkdown>@Model.Title</h2>

Loading…