Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Nov 23, 2021
1 parent 0e6c466 commit 7fa28a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### 2.2

<small>not released yet</small>
<small>November 23rd, 2021</small>

* **Improved Document Load Time**
We've improved the way editor and preview documents get loaded, which now load faster, with less flicker and without the occasional brief document load error page displayed.
Expand Down
4 changes: 2 additions & 2 deletions MarkdownMonsterWeb/Css/Application.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
color: #333;
font-size: 16px;
color: #333;
font-size: 17.5px;
font-family: "Segoe UI","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4;
}
Expand Down
1 change: 1 addition & 0 deletions MarkdownMonsterWeb/download.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@page
@addTagHelper *, Westwind.AspNetCore.Markdown

@using System.Diagnostics
@using System.IO
Expand Down
1 change: 0 additions & 1 deletion MarkdownMonsterWeb/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="Css/js/bootstrap.min.js"></script>
<script src="Css/js/touchswipe.js"></script>
<script>
$(document).ready(function () {
Expand Down

0 comments on commit 7fa28a1

Please sign in to comment.