Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
malakhovks committed Jul 30, 2019
2 parents d3a7fd0 + 9281b03 commit a2e47dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.4, 2019-07-30

### 🔴 Виправлення помилок

- Виправлено поведінку елементу `#notes` (відключено можливість змінення розміру).

## v0.5.3, 2019-07-28

### 🔴 Виправлення помилок
Expand Down
1 change: 1 addition & 0 deletions static/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ select {
height: 100vh;
width: 100vw;
border-color: #8BC34A;
resize: none;
}

/*BUTTON BLOCK*/
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Конспект 2019 - v0.5.3</title>
<title>Конспект 2019 - v0.5.4</title>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/png" href="./static/images/favicon.png" />
<link rel="stylesheet" type="text/css" href="./static/bootstrap/css/flatly.bootstrap.css" media="screen" />
Expand Down

0 comments on commit a2e47dc

Please sign in to comment.