Update changelog and re-add CSS files

This commit is contained in:
JC Brand 2018-04-06 10:01:27 +02:00
parent e31373a6ae
commit e961fb5129
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,8 @@
## UI changes
The UI is now based on Bootstrap4 and Flexbox is used extensively.
* The UI is now based on Bootstrap4 and Flexbox is used extensively.
* #956 Conversation pane should show my own identity in pane header
## New Features

View File

@ -9,6 +9,9 @@
<meta name="author" content="JC Brand" />
<meta name="keywords" content="xmpp chat webchat converse.js" />
<link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
<link type="text/css" rel="stylesheet" media="screen" href="css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/theme.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
<script src="node_modules/requirejs/require.js"></script>
<script src="src/config.js"></script>